Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/otumian-empire/hello-go


https://github.com/otumian-empire/hello-go

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Hello-Go

This is a simple hello-world project in go, on Ubuntu.

## Set-up
- Download go at [go-dl][go-dl]
- Extract into `into /usr/local`, `sudo tar -C /usr/local -xzf go1.15.3.linux-amd64.tar.gz`
- Add, `export PATH=$PATH:/usr/local/go/bin` at the end of `/home/.bashrc`
- Verify the existence of go, `go version`

#

[go-dl]: https://golang.org/dl/go1.15.3.linux-amd64.tar.gz