Files
atom/main.go
2023-01-28 11:09:11 +08:00

10 lines
68 B
Go

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