# README
types
This Go module is a set of common types represented as Google Protocol Buffers.
Status
Usage
To use this module, execute the following command:
go get -u github.com/sixafter/types
In your Go code, you can import the module as follows.
package main
import (
"github.com/sixafter/types"
)
The use of Go vendoring is RECOMMENDED.
Contributing
This is an open source project run by volunteers, and contributions are welcome! Check out the Issues page to see if your idea has already been mentioned. Feel free to raise an issue or submit a pull request.
License
The code is licensed under the permissive Apache v2.0 license. Read this for a summary.