Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartajd/go-learning
🐿️ A set of projects used to help during my learning of Golang.
https://github.com/stuartajd/go-learning
Last synced: 7 days ago
JSON representation
🐿️ A set of projects used to help during my learning of Golang.
- Host: GitHub
- URL: https://github.com/stuartajd/go-learning
- Owner: stuartajd
- Created: 2020-02-27T21:10:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T21:46:50.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T02:44:56.222Z (2 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-learning
A set of projects used to help during my learning of Go.Excuse the terrible code.. if it is terrible, I don't know just yet!
(I couldn't find a Gopher emoji)
### Projects
1. Add up numbers - Takes any integers given in flags and then return the sum.
2. Directory Tree - Outputs the current working directory and any sub directories and files in a nice tree format
3. Reddit JSON - Parse the contents of a given subreddit (/r/floof as default)