Skip to content

Commit 889ed93

Browse files
authored
Merge pull request #1594 from keep-network/commit-it-all
Checking in all Go generated source code files With keep-ecdsa depending on keep-core, Go modules complain about unresolved dependency paths to some of the generated files. It is an industry-standard in Go land to commit generated files so we are following it here.
2 parents d3abc19 + 1ab67ba commit 889ed93

31 files changed

+34132
-308
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ config.*.toml
1414
*.out
1515
*.abi
1616
*.account
17-
pkg/**/gen/*/*.go
18-
!pkg/gen/async/*.go
19-
!pkg/net/gen/pb/*.go
20-
!pkg/chain/gen/cmd/cmd*.go
2117

2218
# Executables
2319
debug

0 commit comments

Comments
 (0)