Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)