Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samrocksc/fungi

There is a joke somewhere here.
https://github.com/samrocksc/fungi

Last synced: 20 days ago
JSON representation

There is a joke somewhere here.

Awesome Lists containing this project

README

        

# 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