Tech article
Don't couple your Go code to GitHub
No preview is available. Read the original article for the full story.
Hacker News | Sep 27, 2026 | birdculture
Automated excerpt
Iain Cambridge Home Blog CategoriesSep 27, 2026One of the good features of Go is that you namespace your code with the location to fetch the code. This means if you host your Go code at http://github. com/thetrueares/boneclone then you have the line import “github. com/thetrueares/boneclone” and Go will fetch it using git. That is, if you move your git hosting to GitLab then you have to change your code!
Selected automatically from source text; not independently written or fact-checked. Read the original for full context.