Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clivern/alligator
🐊 Golang Package Boilerplate.
https://github.com/clivern/alligator
alligator awesome-golang clivern golang golang-package realtime shell-script
Last synced: 5 days ago
JSON representation
🐊 Golang Package Boilerplate.
- Host: GitHub
- URL: https://github.com/clivern/alligator
- Owner: Clivern
- License: mit
- Created: 2019-08-19T14:52:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T08:53:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T00:42:20.807Z (7 days ago)
- Topics: alligator, awesome-golang, clivern, golang, golang-package, realtime, shell-script
- Language: Makefile
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Alligator
A Golang Package Boilerplate.
## Documentation
### Installation:
```golang
go get -u github.com/clivern/alligator
```
```golang
import (
"github.com/clivern/alligator"
)
```## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Alligator is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
See the [Releases section of our GitHub project](https://github.com/clivern/alligator/releases) for changelogs for each release version of Alligator. It contains summaries of the most noteworthy changes made in each release.
## Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/alligator/issues
## Security Issues
If you discover a security vulnerability within Alligator, please send an email to [[email protected]](mailto:[email protected])
## Contributing
We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.
## License
© 2019, Clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
**Alligator** is authored and maintained by [@Clivern](http://github.com/clivern).