Страница 4 из 4

Добавлено: Ср, 7 февраля 2018, 17:55:05
dyvniy
proxy on Go
https://medium.com/@mlowicki/http-s-proxy-in-gola ... 100-lines-of-code-6a51c2f2c38c
Idea: requests to some subpaths redirect to another ports, so separate services can answer.

Добавлено: Пт, 29 июня 2018, 17:24:15
dyvniy
Linux build in windows
https://stackoverflow.com/questions/20829155/how- ... -compile-from-windows-to-linux

Код: Выделить всё

set GOARCH=amd64
set GOOS=linux
go tool dist install -v pkg/runtime
go install -v -a std

https://github.com/golang/go/wiki/WindowsCrossCompiling