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

10 lines
69 B
Go

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