gostatic2lib
is a simple tool for convertation static files (HTML, JS, CSS, ...) to ONE go library that contains HTTP
handler that stores static files in execution file.
go get -u github.com/sergei-svistunov/gostatic2lib
gostatic2lib -path <...> -package <...> -out <...>
gostatic2lib
walks through directory with static files and adds their encoded (gzip + base64) content to handler's map.