-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changes-today: Update mockgen source paths in makefile Remove unused interfaces and simplify parser usage Refactor: remove PemReader interface and simplify usage Remove DidCreator and DidParser interfaces Reverse chain order in the x5c header. Move FixChainHeaders from x509_test_utils.go to x509_cert.go # Conflicts: # main.go # makefile # uzi_vc_issuer/ura_issuer_test.go
- Loading branch information
Showing
12 changed files
with
118 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,6 @@ install-tools: | |
go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
|
||
gen-mocks: | ||
mockgen -destination=did_x509/did_x509_mock.go -package=did_x509 -source=did_x509/did_x509.go | ||
mockgen -destination=pem/pem_reader_mock.go -package=pem -source=pem/pem_reader.go | ||
mockgen -destination=x509_cert/x509_cert_mock.go -package=x509_cert -source=x509_cert/x509_cert.go | ||
|
||
lint: | ||
golangci-lint run -v | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.