<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Install on Gopher Coding</title><link>https://gophercoding.com/tags/install/</link><description>Recent content in Install on Gopher Coding</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Mon, 25 Dec 2023 22:29:55 +0000</lastBuildDate><atom:link href="https://gophercoding.com/tags/install/index.xml" rel="self" type="application/rss+xml"/><item><title>Add Swagger Docs to a Go API</title><link>https://gophercoding.com/add-swagger-docs-to-go-api/</link><pubDate>Fri, 23 Dec 2022 17:00:00 +0000</pubDate><guid>https://gophercoding.com/add-swagger-docs-to-go-api/</guid><description>&lt;p>&lt;a href="https://en.wikipedia.org/wiki/Swagger_(software)">Swagger&lt;/a> allows developers to easily create api documentation which is defined using comments in the code and then generated as a yaml config file. In this post we&amp;rsquo;ll be using it alongside Go (golang).&lt;/p>
&lt;p>Using tools like Swagger has many &lt;em>advantages&lt;/em>, like allowing you to &lt;strong>generate documentation automatically&lt;/strong> (saving you time) and that it keeps &lt;strong>your code and documentation as close as possible&lt;/strong> (in distance terms). The idea being that if the docs are hard to update and far away, you just won&amp;rsquo;t.&lt;/p></description></item><item><title>Install Latest Version of Go (Linux/OSX)</title><link>https://gophercoding.com/install-latest-version-of-go/</link><pubDate>Sat, 04 Jun 2022 09:03:00 +0000</pubDate><guid>https://gophercoding.com/install-latest-version-of-go/</guid><description>&lt;p>This article describes how to install the latest version of Go (golang). It also helpfully updates itself by pulling the latest version numbers directly, so you don&amp;rsquo;t have to go and dig out the latest version each time they release a version (yay!) - just copy and paste away. For more info, try their &lt;a href="https://go.dev/doc/install">installer docs&lt;/a>.&lt;/p></description></item></channel></rss>