elazarl / go-bindata-assetfs

Serves embedded files from `jteeuwen/go-bindata` with `net/http`
BSD 2-Clause "Simplified" License
870 stars 116 forks source link

Remove extra os package import, fixes #41 #42

Closed imakewebthings closed 8 years ago

imakewebthings commented 8 years ago

See issue #41 description. go_bindata should already always produce an os import and the one added by go_bindata_assetfs causes a compile time error.