{"id":2791,"date":"2019-11-16T21:16:47","date_gmt":"2019-11-16T21:16:47","guid":{"rendered":"http:\/\/www.incredigeek.com\/home\/?p=2791"},"modified":"2019-11-16T21:16:47","modified_gmt":"2019-11-16T21:16:47","slug":"install-go-and-dep-on-ubuntu","status":"publish","type":"post","link":"https:\/\/www.incredigeek.com\/home\/install-go-and-dep-on-ubuntu\/","title":{"rendered":"Install Go and dep on Ubuntu"},"content":{"rendered":"\n<p>Should be able to install with apt.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt install -y golang go-dep<\/pre>\n\n\n\n<p>Print versions<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>$ dep version<\/code>\ndep:\n  version     : devel\n  build date  : \n  git hash    : \n  go version  : go1.8.3\n  go compiler : gc\n  platform    : linux\/amd64\n<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">$ go version\ngo version go1.10.4 linux\/amd64<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Should be able to install with apt. apt install -y golang go-dep Print versions $ dep version dep: version : devel build date : git hash : go version : go1.8.3 go compiler : gc platform : linux\/amd64 $ go &hellip; <a href=\"https:\/\/www.incredigeek.com\/home\/install-go-and-dep-on-ubuntu\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,28],"tags":[799,798,417,49],"class_list":["post-2791","post","type-post","status-publish","format-standard","hentry","category-linux","category-ubuntu","tag-dep","tag-go","tag-install","tag-ubuntu-2"],"_links":{"self":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2791","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/comments?post=2791"}],"version-history":[{"count":1,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2791\/revisions"}],"predecessor-version":[{"id":2796,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2791\/revisions\/2796"}],"wp:attachment":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/media?parent=2791"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/categories?post=2791"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/tags?post=2791"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}