/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

colobu.com
| | www.makeworld.space
14.5 parsecs away

Travel
| | I've seen many people online talk about liking Go and using it, but being confused by its dependency system, called Go modules. This blog post aims to provide a simple introduction with examples. It focuses mostly on Unix-based systems like Linux and macOS over Windows.
| | mariocarrion.com
8.8 parsecs away

Travel
| | Using Go Modules to manage dependencies
| | hoelz.ro
13.4 parsecs away

Travel
| | I've been working through Mastering Distributed Tracing to learn more about (you guessed it) tracing. The book is from 2019, and while I've been assured that its contents are still sufficiently up-to-date, the Go-based code examples are a bit dated; namely, they use dep for dependency management, rather than the new(er) built-in module system. dep seems like a fine tool that had its time, but seeing as I'm used to Go modules, and I don't really want to learn an obsolete tool just for some book exercises, I created a Go module for the exercises and started converting the Gopkg.toml/Gopkg.lock files by hand.
| | github.com
42.0 parsecs away

Travel
| MSVC's implementation of the C++ Standard Library. - STL/stl/inc/vector at 530bdc5aaa8a21277e1281ad3df8b8d8433b5caa · microsoft/STL