repositorypackage
0.0.0-20220719084420-de9afa28d8f8
Repository: https://github.com/emerishq/sdk-service-meta.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
sdk-service-meta
: a goa template for Cosmos SDK services
ADR discussing this can be found here.
How to generate goa examples from this repository:
- add this repository as a Go dependency
goa example github.com/allinbits/sdk-service-meta
\- execute
find . -type f -name '*.go' -exec sed -i "s|github.com/allinbits/sdk-service-v{your version}/gen|github.com/allinbits/sdk-service-meta/gen|g" {} +
Dependencies & Licenses
The list of non-{Cosmos, AiB, Tendermint} dependencies and their licenses are:
Module | License |
---|---|
goadesign/goa | MIT |
go.uber.org/zap | MIT |