The Awesome Dude
  • Home
  • About Me
Sign in Subscribe

go

A collection of 3 posts
golang

Mocking in Golang Using Testify

I have used golang for sometime but only recently I finally understand how to do object mocking in a golang test. Since I came from Java, the way of how mocking an object in golang was not really clear for me. This post is my self documentation of how I
06 Jul 2018 6 min read
go

Go Development in Ubuntu 16.04 Using Atom

To install go, refer to this post [https://blog.lamida.org/go-development-in-ubuntu-using-vim/]. Installing Atom Add PPA and install atom. curl -L https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" >
17 Feb 2018
go

Go Development in Ubuntu 16.04 Using Vim

In high level there are two ways to install the required golang and vim. The first approach is to use whatever version available in Ubuntu 16.04. The other approach is to use the latest version by using ppa. Using Default Package from Current Ubuntu Version Install Go sudo apt
17 Feb 2018 1 min read
Page 1 of 1
The Awesome Dude © 2026
Powered by Ghost