The Awesome Dude
  • Home
  • About Me
Subscribe
Tagged

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

  • Jon Kartago Lamida
Jon Kartago Lamida Jul 6, 2018 • 6 min read
go

Go Development in Ubuntu 16.04 Using Atom

To install go, refer to this post. 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" > /etc/apt/sources.list.d/atom.

  • Jon Kartago Lamida
Jon Kartago Lamida Feb 17, 2018 • 1 min read
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

  • Jon Kartago Lamida
Jon Kartago Lamida Feb 17, 2018 • 1 min read
The Awesome Dude © 2025
Powered by Ghost