We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.go.tpl
1 parent a8df623 commit 231db00Copy full SHA for 231db00
.github/workflows/rename-module.yml
@@ -38,8 +38,11 @@ jobs:
38
- name: Globally update module name
39
run: |
40
go mod edit -module github.com/ava-labs/libevm;
41
- find . -iname '*.go' -o -iname '*.txt' | xargs sed -i -E \
42
- 's|(["`]github\.com/)ethereum/go-ethereum|\1ava-labs/libevm|g';
+ find . \
+ -iname '*.go' \
43
+ -o -iname '*.txt' \
44
+ -o -iname '*.go.tpl' | xargs \
45
+ sed -i -E 's|(["`]github\.com/)ethereum/go-ethereum|\1ava-labs/libevm|g';
46
47
- name: Remnant references
48
0 commit comments