-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sangyeop.lee
committed
May 26, 2021
1 parent
6bec2f2
commit f4e0823
Showing
1 changed file
with
9 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -377,6 +377,15 @@ devdoc-update: | |
|
||
.PHONY: devdoc devdoc-clean devdoc-init devdoc-save devdoc-update | ||
|
||
############################################################################### | ||
### easyjson ### | ||
############################################################################### | ||
# easyjson must be used for types that are not registered in amino by RegisterConcrete. | ||
easyjson-gen: | ||
@echo "Generating easyjson files" | ||
go get github.com/mailru/[email protected] | ||
easyjson ./types/result.go | ||
|
||
############################################################################### | ||
### Protobuf ### | ||
############################################################################### | ||
|