mirror of
https://github.com/sairson/Yasso.git
synced 2026-02-08 13:04:34 +08:00
14 lines
120 B
Go
14 lines
120 B
Go
package main
|
|
|
|
import (
|
|
"Yasso/cmd"
|
|
)
|
|
|
|
func init(){
|
|
cmd.CreateLogFile("result.txt")
|
|
}
|
|
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
} |