Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otumian-empire/hello-go
https://github.com/otumian-empire/hello-go
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/otumian-empire/hello-go
- Owner: Otumian-empire
- Created: 2020-10-15T21:14:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T21:16:15.000Z (over 4 years ago)
- Last Synced: 2023-03-11T12:53:04.868Z (almost 2 years ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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