mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-23 21:34:41 -05:00
9 lines
94 B
Go
9 lines
94 B
Go
|
package cmd
|
||
|
|
||
|
import "github.com/spf13/cobra"
|
||
|
|
||
|
var RootCmd = &cobra.Command{}
|
||
|
|
||
|
func init() {
|
||
|
}
|