version bump: v0.1.0

This commit is contained in:
Mark Bates 2019-10-18 16:32:45 -04:00
parent 0c04466527
commit f8d9afcbaf
2 changed files with 28 additions and 0 deletions

24
SHOULDERS.md Normal file
View File

@ -0,0 +1,24 @@
# github.com/markbates/pkger Stands on the Shoulders of Giants
github.com/markbates/pkger does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants, this project would not be possible. Please make sure to check them out and thank them for all of their hard work.
Thank you to the following **GIANTS**:
* [github.com/davecgh/go-spew](https://godoc.org/github.com/davecgh/go-spew)
* [github.com/kr/pretty](https://godoc.org/github.com/kr/pretty)
* [github.com/kr/pty](https://godoc.org/github.com/kr/pty)
* [github.com/kr/text](https://godoc.org/github.com/kr/text)
* [github.com/pmezard/go-difflib](https://godoc.org/github.com/pmezard/go-difflib)
* [github.com/stretchr/objx](https://godoc.org/github.com/stretchr/objx)
* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)
* [gopkg.in/check.v1](https://godoc.org/gopkg.in/check.v1)
* [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2)

4
version.go Normal file
View File

@ -0,0 +1,4 @@
package pkger
// Version of pkger
const Version = "v0.1.0"