-
As some (maybe unwritten) naming convention about packages:
- we see package names are mostly in **kebab-case** but Packr creates new package with Studly/Pascal case name despite what case we give it…
imami updated
3 years ago
-
I would like to clarify the behavior of `New` function in `packr2`. In the README:
> Packr takes file resolution a step further. When declaring a new box you use a relative path, ./templates. When …
-
When I use packr, either `packr build` or `packr; go build -o filename *.go`, I get the following error with a gzip file that otherwise reads just fine if I `go run *.go`:
```sh
2018/10/24 15:22:3…
-
For example, if I create a new box (with packr v2) like
```
box := packr.New("foo", "../foo")
```
but would like to have the `../foo/.git` directory with its contents not included in the box, …
-
* Code Refactor (language judge, packr)
* Docs
-
When running in non-packed mode (e.g. through normal `go build`), the idea is (AFAIU) that the directory passed to to `packr.New()` is used to serve files from. However, it seems that the global defau…
-
## Problem I ran into
packr [here](https://github.com/gobuffalo/packd/blob/eca3b8fd66872a76119b189bbe0f58f776a2a39f/file.go#L117) reset the mod time of a file no matter how you have added that file…
-
https://github.com/libgdx/packr
-
Alternatives I know of are (in no particular order):
* https://github.com/gobuffalo/packr
* https://github.com/rakyll/statik
* https://github.com/mjibson/esc
-
**Go Version:**
1.12.6
**Problem:**
I have two packages:
- `github.com/myorg/package-a` -> Main package, gets compiled
- `github.com/myorg/package-b` -> Boxes are located in this package, this …