2020-03-28 10:38:32 +08:00

8 lines
98 B
Go

package main
import "github.com/tengge1/shadoweditor/server/cmd"
func main() {
cmd.Execute()
}