-
Sometimes users just download the releases binary from Github and forget to download the assets and the UI doesn't work for them. We can use https://github.com/jteeuwen/go-bindata to bundle assets wit…
-
Gitlab CI does not support custom checkout directories (like in $GOPATH), which meant my application directory was a symlink. Which seemed to work just fine, but the binary lacked the embedded files. …
-
I would like to use [Packr ](https://github.com/libgdx/packr) to remove the JVM deployment dependency from my application, but I would also like to keep the benefits of Nailgun.
Is it currently po…
-
Hi there, thanks for such an amazing ruleset.
I'm using your latest version `0.18.0` and currently experiencing this error:
```
Exception in thread "main" java.lang.NoSuchFieldError: EXPECT_KEYWO…
-
The author of go-bindata has removed their github account which has been replaced by another author. It seems from this file that you do a go get and not vendor go-bindata directly:
https://github…
-
This issue is a recreation of #1123 which was closed but fix did not turn out to fix issue for me.
## Steps to Reproduce the Problem
Please describe in painful detail what you did (so others c…
drnic updated
6 years ago
-
It seems that the packr_win32.manifest is not actually included in the resulting executable.
Maybe it's fips problem or some bulid misconfiguration.
Building packr manually resolves the problem and …
-
## Steps to Reproduce the Problem
Please describe in painful detail what you did (so others can play along with you) to get to this point. This includes things like the exact command(s) you used,…
drnic updated
6 years ago
-
While in Walk func, reading content using File.Read() returns empty string.
Code -
``` golang
box.Walk(func(p string, f packr.File) error {
var b []byte
err := f.Read(b)
// ...
…
-
How to use packr with ParseGlob? Right now I'm trying to use Packr with html/template ParseGlob by just accessing the Path, but it isn't working...how would this be done? I don't want to parse each st…