5 February 2020 I've toyed around with the Go programming language a few times over the past few years, but it hasn't yet represented a serious part of my development repertoire until now. To start off download go and install it.
$ go version
which should spit back something like
go version go1.13.7 darwin/amd64
If you get an error, you may need to restart your terminal and/or add go to your path. The community has a nice set of docs on How to Write Go Code that should get you started. The talk I went to tonight has even more information introducing the language. Tweet |
This file last modified 7 Februar 2020 by Bradley James Wogsland.
Copyright © 2020 Bradley James Wogsland. All rights reserved.