Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Commit c78e87a

Browse files
committed
Updating documentation to reflect the paths generated without the hepa library
1 parent 143afe6 commit c78e87a

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ Paths:
2424
* Packages can specified in at the beginning of a path with a `:` seperator.
2525
github.com/markbates/pkger:/cmd/pkger/main.go
2626
* There are no relative paths. All paths are absolute to the modules root.
27+
* Fully-qualified paths are embedded into the metadata of your static assets. If this behavior is undesirable, a preference is to build in a containerized environ, like docker, where the path strings are not ex-filtrating data about your development environment.
2728

2829
```
29-
"github.com/gobuffalo/buffalo:/go.mod" => $GOPATH/pkg/mod/github.com/gobuffalo/[email protected]/go.mod
30+
"github.com/gobuffalo/buffalo:/go.mod" => /go/pkg/mod/github.com/gobuffalo/[email protected]/go.mod
3031
```
3132

3233
## CLI
@@ -284,26 +285,26 @@ $ pkger parse
284285
".": [
285286
{
286287
"file": {
287-
"Abs": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/foo/bar/baz",
288+
"Abs": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/foo/bar/baz",
288289
"Path": {
289290
"Pkg": "app",
290291
"Name": "/foo/bar/baz"
291292
},
292293
"Here": {
293-
"Dir": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
294+
"Dir": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
294295
"ImportPath": "app",
295296
"Module": {
296297
"Path": "app",
297298
"Main": true,
298-
"Dir": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
299-
"GoMod": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/go.mod",
299+
"Dir": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
300+
"GoMod": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/go.mod",
300301
"GoVersion": "1.13"
301302
},
302303
"Name": "main"
303304
}
304305
},
305306
"pos": {
306-
"Filename": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/main.go",
307+
"Filename": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/main.go",
307308
"Offset": 629,
308309
"Line": 47,
309310
"Column": 27
@@ -313,26 +314,26 @@ $ pkger parse
313314
},
314315
{
315316
"file": {
316-
"Abs": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/foo/bar/baz/biz.txt",
317+
"Abs": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/foo/bar/baz/biz.txt",
317318
"Path": {
318319
"Pkg": "app",
319320
"Name": "/foo/bar/baz/biz.txt"
320321
},
321322
"Here": {
322-
"Dir": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
323+
"Dir": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
323324
"ImportPath": "app",
324325
"Module": {
325326
"Path": "app",
326327
"Main": true,
327-
"Dir": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
328-
"GoMod": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/go.mod",
328+
"Dir": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
329+
"GoMod": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/go.mod",
329330
"GoVersion": "1.13"
330331
},
331332
"Name": "main"
332333
}
333334
},
334335
"pos": {
335-
"Filename": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/main.go",
336+
"Filename": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/main.go",
336337
"Offset": 706,
337338
"Line": 51,
338339
"Column": 25
@@ -388,38 +389,38 @@ $ pkger list -json
388389
"ImportPath": "app",
389390
"Files": [
390391
{
391-
"Abs": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/assets",
392+
"Abs": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/assets",
392393
"Path": {
393394
"Pkg": "app",
394395
"Name": "/assets"
395396
},
396397
"Here": {
397-
"Dir": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/assets",
398+
"Dir": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/assets",
398399
"ImportPath": "",
399400
"Module": {
400401
"Path": "app",
401402
"Main": true,
402-
"Dir": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
403-
"GoMod": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/go.mod",
403+
"Dir": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
404+
"GoMod": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/go.mod",
404405
"GoVersion": "1.13"
405406
},
406407
"Name": "assets"
407408
}
408409
},
409410
{
410-
"Abs": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/assets/css",
411+
"Abs": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/assets/css",
411412
"Path": {
412413
"Pkg": "app",
413414
"Name": "/assets/css"
414415
},
415416
"Here": {
416-
"Dir": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/assets",
417+
"Dir": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/assets",
417418
"ImportPath": "",
418419
"Module": {
419420
"Path": "app",
420421
"Main": true,
421-
"Dir": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
422-
"GoMod": "$GOPATH/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/go.mod",
422+
"Dir": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref",
423+
"GoMod": "/go/src/github.com/markbates/pkger/pkging/pkgtest/testdata/ref/go.mod",
423424
"GoVersion": "1.13"
424425
},
425426
"Name": "assets"

0 commit comments

Comments
 (0)