Files
proxy/cmd/client/main.go

8 lines
76 B
Go
Raw Normal View History

package main
2025-02-25 18:08:57 +08:00
import "proxy-server/client"
func main() {
2025-02-25 18:08:57 +08:00
client.Start()
}