gitextract__r76onfn/ ├── .github/ │ ├── dependabot.yaml │ └── workflows/ │ ├── blockwatch.yml │ ├── coverage.yml │ ├── linter.yml │ └── tests.yml ├── .gitignore ├── .pre-commit-config.yaml ├── LICENSE ├── README.md ├── copy.go ├── copy_proto_test.go ├── copy_test.go ├── go.mod ├── go.sum ├── mask.go ├── mask_test.go ├── revive.toml └── testproto/ ├── test.pb.go └── test.proto