ai-css/gofly.go
2026-01-28 22:42:06 +08:00

10 lines
78 B
Go

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