Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peppapig13132/go-by-example
https://github.com/peppapig13132/go-by-example
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/peppapig13132/go-by-example
- Owner: peppapig13132
- Created: 2024-10-15T09:57:02.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:07:36.000Z (30 days ago)
- Last Synced: 2024-10-18T10:14:14.373Z (28 days ago)
- Language: Go
- Homepage: https://gobyexample.com
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go by Example
Go is an open source programming language designed for building scalable, secure and reliable software. Please read the official documentation to learn more.Go by Example is a hands-on introduction to Go using annotated example programs. Check out the first example or browse the full list below.
Unless stated otherwise, examples here assume the latest major release Go and may use new language features. Try to upgrade to the latest version if something isn't working.