maptile/main.go

8 lines
94 B
Go
Executable File

package main
import "git.zhouxhere.com/zhouxhere/maptile/bin"
func main() {
bin.RunCMD()
}