https://github.com/remde/golang-snippets
program and application examples using golang.
https://github.com/remde/golang-snippets
Last synced: 5 months ago
JSON representation
program and application examples using golang.
- Host: GitHub
- URL: https://github.com/remde/golang-snippets
- Owner: remde
- Created: 2020-12-18T21:49:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-19T22:33:39.000Z (over 5 years ago)
- Last Synced: 2024-01-12T18:45:09.518Z (over 2 years ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang Snippets
This repository is a collection of applications written in Golang. You will find a range of well documented and well written code examples from the simplest hello world to more complex applications.
Most of the programs here can be found in "The Go Programming Language" book by Brian Kernighan, but the idea is to expand beyond that.
Feel free to contribute with your own ideas, just make sure to include a few lines before your main function explaining what the code does.