fjl / gencodec

Command gencodec generates marshaling methods for Go struct types.
MIT License
55 stars 27 forks source link

panic: BUG: can't gofmt generated code: The filename, directory name, or volume label syntax is incorrect. #5

Closed TUTUBIG closed 6 years ago

TUTUBIG commented 6 years ago

there comes a error after i executed go:generate gencodec -type Genesis -field-override genesisSpecMarshaling -out gen_genesis.go. image

TUTUBIG commented 6 years ago

Is there something wrong with the variable filename ? image

TUTUBIG commented 6 years ago

There is the same error when i execute the test function TestGolden image image

TUTUBIG commented 6 years ago

this error will come when it runs on windows