Blogs

Go Install Linux

If you never installed Go in a Linux machine, this video will walk you through the entire process, including the basic configuration required to start writing your own Go programs:

Continue reading

Go Cli Testing

One of the many benefits of the Go language is its testing capabilities. Using Go you can write tests using all the language features which makes it easy and fun to write tests. In this talk, presented at the Go To Toronto meetup, our main consultant Ricardo talks about some good practices to write automated tests for Command Line Tools developed with Go: Testing CLI tools with Go from Ricardo Gerardi

Continue reading