-
A quick blog post on using
nixwith Go.Wait
goisnt your jam 🤯, then swap out Go package with your favourite language 😂Nix-Shell is my favourite part of Nix. Using Nix-Shell, you can temporarily install packages, but keep that new machine feel.
Go excels at building fast, efficient applications. Nix excels at …
Read More -
The Go programming language is an open source project to make programmers more productive. In the following blog post I assume you already have the Go environment setup. Previously we have created a Hello World application. The next step is to create a command line application. The example below covers the basics of …
Read More -
The Go programming language is an open source project to make programmers more productive. In the following blog post I assume you already have the Go environment setup. To get started with Go is just a matter of adding some code. The example below covers a basic "Hello World".
Go Installation
- Confirm Go is …
-
The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular …
Read More