> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/go.md).

# Go

> Build fast, reliable, and efficient software at scale

Go is an open source programming language supported by Google.

### [Official Documentation](https://go.dev/doc/)

## TIL(s)

* [Convert String To Uppercase in Go](/go/convert-string-to-uppercase.md)
* [List All Possible GOOS And GOARCH](/go/list-all-possible-goos-and-goarch.md)
* [Print Go Version](/go/print-go-version.md)
* [Resolve Hostname To IP Address](/go/resolve-hostname-to-ip-address.md)
* [Trim Whitespaces From String](/go/trim-whitespaces-from-string.md)
* [Update Project Libraries To Latest](/go/update-project-libraries-to-latest.md)
