1
0
mirror of https://github.com/sairson/Yasso.git synced 2026-02-09 21:36:09 +08:00
Files
Yasso/main.go
2022-01-08 14:20:19 +08:00

14 lines
120 B
Go

package main
import (
"Yasso/cmd"
)
func init() {
cmd.CreateLogFile("result.txt")
}
func main() {
cmd.Execute()
}