mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 19:54:12 +08:00
12 lines
162 B
Go
12 lines
162 B
Go
//go:build !generate
|
|
|
|
package main
|
|
|
|
import "github.com/sagernet/sing-box/log"
|
|
|
|
func main() {
|
|
if err := mainCommand.Execute(); err != nil {
|
|
log.Fatal(err)
|
|
}
|
|
}
|