go-ethereum/rlp/rlpgen
Arran Schlosberg 43878f4fab
feat: internalise command (#90)
## Why this should be merged

Replaces #86. That approach couldn't be replicated for generated JSON
marshalling, and this once also reduces the upstream delta.

## How this works

AST manipulation of a specified file, which finds specified methods and
modifies their names to be unexported.

## How this was tested

Inspection of the output (`core/types/gen_header_rlp.go` remains
unchanged).
2024-12-17 17:20:02 +01:00
..
testdata [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
gen.go feat: internalise command (#90) 2024-12-17 17:20:02 +01:00
gen_test.go rlp/rlpgen: print want/expect output string if mismatch (#26932) 2023-03-24 14:17:39 +01:00
main.go feat: internalise command (#90) 2024-12-17 17:20:02 +01:00
types.go rlp: support for uint256 (#26898) 2023-03-17 06:51:55 -04:00