package main import ( server "proxy/internal" ) func main() { server.StartProxy() }