|
You are here |
blog.gopheracademy.com | ||
| | | | |
attilaolah.eu
|
|
| | | | | Incidentally, decoding JSON data (or really, almost any data structure) isreally easy in Go (golang). We simply call json.Unmarshal(...) andboom! We have nice data structures. | |
| | | | |
jordanorelli.com
|
|
| | | | | How to use interfaces in Go Before I started programming Go, I was doing most of my work with Python. As a Python programmer, I found that learning to use interfaces in Go was extremely difficult.... | |
| | | | |
snprajwal.com
|
|
| | | | | Catching subtle bugs in struct embedding | |
| | | | |
blog.martinig.ch
|
|
| | | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to | ||