kevinburke / go-bindata

A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
Other
346 stars 28 forks source link

all: replace use of io/ioutil #49

Closed kevinburke closed 2 years ago

kevinburke commented 2 years ago

Removes an import from the generated files.

Fixes #48.