jmattheis / goverter

Generate type-safe Go converters by simply defining an interface
https://goverter.jmattheis.de/
MIT License
487 stars 46 forks source link

Version in doc is incorrect #75

Closed MathiasVandePol closed 1 year ago

MathiasVandePol commented 1 year ago

Describe the bug Documentation states you should run $ go install github.com/jmattheis/goverter/cmd/goverter@0.17.4

but is missing the v before 0.17.4

Update this part here and remove the slice: https://github.com/jmattheis/goverter/blob/main/docs/index.html#LL25C1-L25C1

jmattheis commented 1 year ago

thanks for the report!