This Go module is a set of common types represented as Google Protocol Buffers.
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.
Contributions are welcome. See CONTRIBUTING
This project is licensed under the Apache 2.0 License. See LICENSE file.