Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 397 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 397 Bytes

fungi

There is a joke somewhere here. But seriously this is just a repo I'm using to learn go, so it'll probably end up just being a giant dumpster of code

Notes that I find useful for learning

I like to find practical uses and explanations for what code is doing.

  • using
  • using fmt.Sprintf to apply a string with variables
  • let's make sure that we are declaring the return type :P