mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-04-10 17:05:53 +08:00
8 lines
82 B
Go
Executable File
8 lines
82 B
Go
Executable File
package cmd
|
|
|
|
import (
|
|
"github.com/spf13/cobra"
|
|
)
|
|
|
|
var RootCmd = &cobra.Command{}
|