package main import "proxy-server/client" func main() { err := client.Start() if err != nil { println(err.Error()) } }