https://github.com/arquivei/foundationkit
https://github.com/arquivei/foundationkit
go golang hacktoberfest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arquivei/foundationkit
- Owner: arquivei
- License: bsd-3-clause
- Created: 2019-07-23T18:45:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T12:12:13.000Z (6 months ago)
- Last Synced: 2026-01-12T19:36:21.543Z (6 months ago)
- Topics: go, golang, hacktoberfest
- Language: Go
- Homepage:
- Size: 772 KB
- Stars: 16
- Watchers: 9
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Foundation Kit
[](https://pkg.go.dev/github.com/arquivei/foundationkit)
[](https://goreportcard.com/report/github.com/arquivei/foundationkit)
[](https://opensource.org/licenses/BSD-3-Clause)
This project contains very opinionated packages for common operations.
## Getting Started
These instructions will give you a copy of the project up and running on
your local machine for development and testing purposes. See deployment
for notes on deploying the project on a live system.
### Prerequisites
Requirements for the software and other tools to build, test and push:
- [go](https://go.dev/)
- [golangci-lint](https://golangci-lint.run/): for linting.
### Linting
Please run `golangci-lint run` before submitting code.
### Godoc
To read the godoc documentation run:
```sh
godoc -http=localhost:6060
```
and open `http://localhost:6060` on your browser.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code
of conduct, and the process for submitting pull requests to us.
## Versioning
We use [Semantic Versioning](http://semver.org/) for versioning. For the versions
available, see the [tags on this
repository](https://github.com/arquivei/foundationkit/tags).
## License
This project is licensed under the _BSD 3-Clause_ - see the [LICENSE.md](LICENSE.md) file for
details.