sub2sing-box/cmd/root.go

9 lines
94 B
Go
Raw Normal View History

2024-03-11 17:31:29 +08:00
package cmd
import "github.com/spf13/cobra"
var RootCmd = &cobra.Command{}
func init() {
}