mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-25 20:21: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()
|
||
|
}
|