1
0
mirror of https://github.com/bestnite/sub2sing-box.git synced 2026-06-08 16:04:43 +00:00
Files
sub2sing-box/cmd/root.go
T
2024-11-06 18:38:59 +08:00

8 lines
82 B
Go
Executable File

package cmd
import (
"github.com/spf13/cobra"
)
var RootCmd = &cobra.Command{}