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

some access error when use in windows #50

Closed luzhzhsoft closed 6 years ago

luzhzhsoft commented 6 years ago

when I want use go-bindata in windows system,some error happens.D:\go\src\git.bwae.org\portal\cluster-admin>go-bindata-assetfs web\ui\... bindata: open web\ui\...: Access is denied. Error: go-bindata: exit status 1

linux is ok.

xiegeo commented 6 years ago

Try running it from go generate.

luzhzhsoft commented 6 years ago

@xiegeo good,it's resolved my problem perfectly.thanks