mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
11 lines
162 B
Go
11 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)
|
|
}
|
|
}
|