* Get rid of ugly statik go1.16 introduced the embed package, it's the more graceful solution for embedding file into binary. https://golang.org/pkg/embed/ * remove statik totally * split go and static files in assets
udp
Proxy names specified in 'start' params divided by ',' will be started. If it is empty or not defined, all proxies will be started.
1. Change directory structure and Makefile to let GOPATH=`pwd`, so wherever the project directory is, just use make to build.