gostorage
A Go library that provides a generic interface for various object storages.
UNDER DEVELOPMENT
Installation
go get github.com/devfacet/gostorageUsage
TODO
Build
go build .Test
./test.shRelease
git add CHANGELOG.md # update CHANGELOG.md
./release.sh v1.0.0 # replace "v1.0.0" with new version
git ls-remote --tags # check the new tagContributing
- Code contributions must be through pull requests
- Run tests, linting and formatting before a pull request (
test.sh) - Pull requests can not be merged without being reviewed
- Use "Issues" for bug reports, feature requests and discussions
- Do not refactor existing code without a discussion
- Do not add a new third party dependency without a discussion
- Use semantic versioning and git tags for versioning
License
Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.