# README
The Go Development Kit (GDK)
Features
- blob
- pubsub
- runtimevar
- secrets
Install
go get github.com/sraphs/gdk
Contributing
We alway welcome your contributions :clap:
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request
CHANGELOG
See Releases
License
# Packages
Package blob provides an easy and portable way to interact with blobs within a storage location.
Package gdkerr provides an error type for GDK APIs.
Package pubsub provides an easy and portable way to interact with publish/subscribe systems.
Package runtimevar provides an easy and portable way to watch runtime configuration variables.
Package secrets provides an easy and portable way to encrypt and decrypt messages.