Explore >> Select a destination


You are here

unwiredcouch.com
| | martinheinz.dev
6.1 parsecs away

Travel
| | For me, the biggest struggle when starting new project has always been trying to set the project up "perfectly". I always try to use the best dir...
| | www.alexedwards.net
4.7 parsecs away

Travel
| | [AI summary] This article provides an in-depth guide to Go programming, covering various aspects such as code quality, dependency management, profiling, testing, and more. It includes practical examples and commands for developers to use in their workflow.
| | hjr265.me
4.8 parsecs away

Travel
| | Last week I was working on a Go program. I wanted it to print the closest Git tag and build time to logs at startup. I could write a small script that generates a Go file with these two variables set right before building the Go program. But, Go makes it easier. Ldflags Say you have the following Go code: 1 2 3 4 5 6 7 package main var hello string func main() { println(hello) } You can build it like so:
| | blog.scottlogic.com
19.7 parsecs away

Travel
| For the past few months I've been using Visual Studio Code Remotes, a powerful new feature that is available in Visual Studio code.