From 0a4caf2b5ed479e9717cec1b7874b53d7ef62cb4 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 23 Oct 2017 23:26:25 +0300
Subject: [PATCH] - Removed ggo alias, wasn't in use.

---
 .bashrc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 001845f..d8b7d3b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -70,7 +70,6 @@ alias ansible-local='ansible localhost -c local -i localhost,'
 alias ansible-local-playbook='ansible-playbook -i localhost, -c local'
 alias concat="perl -pe 's/\n/\\\n/g'"
 alias deconcat="perl -pe 's/\\\n/\n/g'"
-alias ggo='sudo GOPATH=/usr/share/go go'
 alias ecr-login='eval $(aws ecr get-login)'
 alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal'
 alias apt-daily="sudo /bin/sh -c 'apt-get update && apt-get dist-upgrade --download-only --yes && apt-get autoclean'"
-- 
GitLab