Explore >> Select a destination


You are here

github.com
| | github.community
4.7 parsecs away

Travel
| | Ask questions, get answers, share expertise.
| | mfbmina.dev
11.6 parsecs away

Travel
| | Hey guys, editing the post to say that after talking to some people, I noticed that I whole misunderstood how Go dependencies work, and I was expecting some feature that already kind of exists, since just what is used from the code is at the final binary! A special thanks to Laurent Demailly, from Gophers Slack, and to some Reddit users! After many years working with Ruby, I migrate to Go without much experience with the language. My first friction was with dependency management because I always find it bad, with fuzzy commands and, the worst, without distinction between development and production dependencies, since both of them are included in the binary. Let's take a look at a go.mod from a PoC:
| | crpt.fyi
1.4 parsecs away

Travel
| | Issues for organizations and discussions, repo for debriefs and resources - Call For Proposal · francep2p/community Wiki
| | richardtier.com
98.7 parsecs away

Travel
| Part 2 of the "Hacking Django" series: part 1, part 3 Clickjacking is an attack where one of your logged-in user visits a malicious website, and that website tricks the user into interacting with your website via an iframe. As an example, see the green "create pull request" button which will create a Pull Request...