Files
atom/main.go
2023-04-20 12:11:34 +08:00

10 lines
88 B
Go

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