pastebin/pastebin.go
2023-09-30 21:47:59 +08:00

8 lines
68 B
Go

package main
import "pastebin/cmd"
func main() {
cmd.Execute()
}