Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radovskyb/go-packages
A large repository of code and documented examples for Go's standard package library.
https://github.com/radovskyb/go-packages
examples go go-packages golang stdlib tutorials
Last synced: 4 days ago
JSON representation
A large repository of code and documented examples for Go's standard package library.
- Host: GitHub
- URL: https://github.com/radovskyb/go-packages
- Owner: radovskyb
- Created: 2016-09-15T12:07:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T01:36:32.000Z (over 7 years ago)
- Last Synced: 2024-08-03T11:01:39.386Z (3 months ago)
- Topics: examples, go, go-packages, golang, stdlib, tutorials
- Language: Go
- Size: 1.53 MB
- Stars: 482
- Watchers: 40
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-packages
A large repository of code and documented examples for Go's standard package library.`go-packages` is a large collection of code examples and documentation for a large majority of the functions and methods from Go's standard package library.
# Requests
If anybody would like to make any requests for old or non idiomatic examples that I might have written or found straight from the web, to be updated or re-written, or if there are any examples that you want added, whether it be from the packages already on here, more complex versions of current examples, or examples from packages that are missing, feel free to let me know or just open up an issue on this repo :)# Contributing
If you would ike to contribute, simply submit a pull request.# Description
When I first started learning Go, I started to write this repo to help myself learn as many of the functions and methods as I possibly could from the standard package library.A lot of these examples can be found directly by skimming through the docs (http://golang.org/pkg), however for the examples that were missing, I either found or modified examples by Googling directly for what I wanted to learn if it seemed complicated, or if the ideas were either easy enough for me to work out or no examples were readily available at the time, I would just write them myself.