Explore >> Select a destination


You are here

schadokar.dev
| | attilaolah.eu
1.7 parsecs away

Travel
| | 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.
| | masnun.com
2.4 parsecs away

Travel
| | In Go or Golang, declaring an interface is pretty simple and easy. type Printer interface { Print(string) } We just defined an interface named Printerthat required an implementer to have a method named Printwhich takes a stringparameter and returns nothing. Interfaces are implemented implicitly in Go. Any type that has the Print(string)method implements the interface. [...]
| | antonz.org
1.7 parsecs away

Travel
| | Reviewing the key changes in json/v2.
| | github.com
9.7 parsecs away

Travel
| Contribute to riktw/LitexTang9KExperiments development by creating an account on GitHub.