-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
services/horizon: remove go-codegen (#2371)
### What Remove use of the go-codegen tool for generating the action handlers. ### Why Go-codegen is difficult to install because it is using the old [gb] build tool that is no longer maintained. We're using go-codegen to generate 4 lines of code for each action type. There are 15 types that we generate those 4 lines of code for, which means we're using this tool to generate only 60 lines of code. We can easily write these lines of code by hand and the effort to keep using go-codegen is much higher than that. Additionally, @bartekn mentioned that this code will disappear when we move away from actions in the near future so there is even less value in us keeping the go-codegen code generation working. [gb]: http://github.com/constabulary/gb
- Loading branch information
1 parent
a826a9d
commit a991284
Showing
5 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
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 was deleted.
Oops, something went wrong.