https://github.com/mattrmiller/go-bedrock
The bedrock for your next go project.
https://github.com/mattrmiller/go-bedrock
bedrock config encoding encryption framework go golang json strings
Last synced: 20 days ago
JSON representation
The bedrock for your next go project.
- Host: GitHub
- URL: https://github.com/mattrmiller/go-bedrock
- Owner: mattrmiller
- License: mit
- Created: 2017-06-23T14:57:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T16:13:01.000Z (over 6 years ago)
- Last Synced: 2025-05-04T08:56:10.960Z (21 days ago)
- Topics: bedrock, config, encoding, encryption, framework, go, golang, json, strings
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# go-bedrock
The bedrock for your next go project.[](https://goreportcard.com/report/github.com/mattrmiller/go-bedrock)
[](https://godoc.org/github.com/mattrmiller/go-bedrock)# Mission Statement
To provide a neatly written, stable and tested, library that will accelerate the development of your next go project.# Documentation
- [go-bedrock/brconfig](https://godoc.org/github.com/mattrmiller/go-bedrock/brconfig)
- [go-bedrock/brcrypt](https://godoc.org/github.com/mattrmiller/go-bedrock/brcrypt)
- [go-bedrock/brencoding](https://godoc.org/github.com/mattrmiller/go-bedrock/brencoding)
- [go-bedrock/brstrings](https://godoc.org/github.com/mattrmiller/go-bedrock/brstrings)
- [go-bedrock/brtesting](https://godoc.org/github.com/mattrmiller/go-bedrock/brtesting)# Install
```go
go get github.com/mattrmiller/go-bedrock
``````go
import (
bedrock "github.com/mattrmiller/go-bedrock"
)
```## Contributing
See the [Contributing Guide](/CONTRIBUTING.md) for steps on how to contribute to this project.## Feedback
Feedback is greatly appreciated. This project is interested in feedback centered on the user experience of the tool. Workflows that the tool supports well, or don't
support at all? Do any of the commands have surprising effects, output, or results? Please file an issue, describing what you did or wanted to do, what you expected
to happen, and what actually happened.## Author
[Matthew R. Miller](https://github.com/mattrmiller)## Contributors
[Matthew R. Miller](https://github.com/mattrmiller)## License
[MIT License](LICENSE)