- Search for
INSERTto find replacements that need to be made - Import types-template as custom repository
- replace
"github.com/Infinitare/types-templatewith your own repository - run
go get -u github.com/Infinitare/types-templateto remove the dependency
- replace
- When you use, only import "github.com/pkg/errors"
- that's important for stack trace
- DO NOT USE "errors" package