You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+42-5Lines changed: 42 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
**NOTICE: Please consider migrating your projects to github.com/markbates/pkger. It has an idiomatic API, minimal dependencies, a stronger test suite (tested directly against the std lib counterparts), transparent tooling, and more.**
1
+
**NOTICE: Please consider migrating your projects to
2
+
[embed](https://pkg.go.dev/embed) which is native file embedding feature of Go,
3
+
or github.com/markbates/pkger. It has an idiomatic API, minimal dependencies, a stronger test suite (tested directly against the std lib counterparts), transparent tooling, and more.**
Packr is a simple solution for bundling static assets inside of Go binaries. Most importantly it does it in a way that is friendly to developers while they are developing.
11
13
14
+
At this moment, supported go versions are:
15
+
16
+
* 1.16.x
17
+
* 1.17.x
18
+
19
+
even though it may (or may not) working well with older versions.
20
+
12
21
##Intro Video
13
22
14
23
To get an idea of the what and why of Packr, please enjoy this short video:[https://vimeo.com/219863271](https://vimeo.com/219863271).