Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samrocksc/fungi
- Owner: samrocksc
- License: apache-2.0
- Created: 2021-01-23T13:05:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T11:27:06.000Z (almost 4 years ago)
- Last Synced: 2023-12-19T09:18:48.911Z (11 months ago)
- Language: Go
- Size: 7.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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