Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Serializator/golang-playground
Playful stuff I'm trying out and tried in the past to learn Golang
https://github.com/Serializator/golang-playground
go golang learning
Last synced: 2 months ago
JSON representation
Playful stuff I'm trying out and tried in the past to learn Golang
- Host: GitHub
- URL: https://github.com/Serializator/golang-playground
- Owner: Serializator
- License: mit
- Created: 2021-01-05T22:09:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-10T15:58:50.000Z (about 4 years ago)
- Last Synced: 2024-08-03T23:17:45.882Z (6 months ago)
- Topics: go, golang, learning
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-golang-repositories - golang-playground
README
# Golang Playground
Playful stuff I'm trying out and tried in the past to learn Golang.
It also contains the various resources (documentation, blogs, videos etc) I used to learn Golang.## Blogs
- [How do I Structure my Go Project? by Mark Wolfe's](https://www.wolfe.id.au/2020/03/10/how-do-i-structure-my-go-project/)## Docs
- [Pointers vs Values](./docs/pointers-vs-values.md)
- [Method Receivers](./docs/method-receivers.md)