Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabelais88/fib
https://github.com/rabelais88/fib
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rabelais88/fib
- Owner: rabelais88
- Created: 2020-01-15T13:36:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T13:37:20.000Z (almost 5 years ago)
- Last Synced: 2024-10-10T05:37:06.287Z (about 1 month ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample go package
```sh
go test
go test -bench fib
```## what I've learned
- folder name or repository name should be same as the main module name.