Hacking Go to make blockchains suck less? Hacking Go at the
intersection of students, researchers, and industry? Hacking Go to protect
privacy, democracy, or medical data? Hacking Go while eating fondue?
Apply and come find out what's better than just hacking Go!
Jeff Allen
Engineering Te
Hello guys,
Apologies if this has already been discussed but I couldn't find it.
I've just converted a server to use modules. I did it by "go mod init
example.com/server-name" in the directory where "package main" is. I then
got the latest module for each dependency by doing "go get -u". The
r