netcode icon indicating copy to clipboard operation
netcode copied to clipboard

Transform netcode to Go module/package

Open kerak19 opened this issue 6 years ago • 0 comments

This PR updates netcode repository to use go modules instead of vendoring.

All tests are passing :heavy_check_mark: ~~Looks like there's problem with Travis having GO111MODULE="auto" variable set, causing go to not use modules~~

PS. I'm not able to use lint command from Makefile, because of this unknown fgt command

PS2. Looks like Travis didn't build last version of my PR (which fix GO111MODULE misspell), if someone could replay the build manually it'll pass, as you can see here

kerak19 avatar Feb 08 '19 09:02 kerak19