mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
package main
|
|
|
|
import "github.com/Baipyrus/ProxySwitcher/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|