An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# go-bedrock
The bedrock for your next go project.

[![Go Report Card](https://goreportcard.com/badge/github.com/mattrmiller/go-bedrock?style=plastic)](https://goreportcard.com/report/github.com/mattrmiller/go-bedrock)
[![godocs](https://img.shields.io/badge/godocs-reference-blue.svg)](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)