https://github.com/robertbasic/golearn
Scripts and programs I write as I learn Go
https://github.com/robertbasic/golearn
Last synced: 11 months ago
JSON representation
Scripts and programs I write as I learn Go
- Host: GitHub
- URL: https://github.com/robertbasic/golearn
- Owner: robertbasic
- License: mit
- Created: 2017-10-30T07:42:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T20:22:59.000Z (about 8 years ago)
- Last Synced: 2025-02-18T10:12:59.505Z (12 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golearn
My repository of Go scripts and programs I write, while I learn Go.
Everything should have an accompanying blog post.
## blog posts
- readstdin.go - [Reading from standard input with Go](https://robertbasic.com/blog/reading-from-standard-input-with-go/)