mirror of
https://github.com/CyberL1/holesail-proxy.git
synced 2025-02-23 02:29:21 -05:00
8 lines
74 B
Go
8 lines
74 B
Go
|
package main
|
||
|
|
||
|
import "holesail-proxy/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|