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