From f8d9afcbaf8d79afce1714135e9ced43e9508540 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Fri, 18 Oct 2019 16:32:45 -0400 Subject: [PATCH] version bump: v0.1.0 --- SHOULDERS.md | 24 ++++++++++++++++++++++++ version.go | 4 ++++ 2 files changed, 28 insertions(+) create mode 100644 SHOULDERS.md create mode 100644 version.go diff --git a/SHOULDERS.md b/SHOULDERS.md new file mode 100644 index 0000000..241d69c --- /dev/null +++ b/SHOULDERS.md @@ -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) diff --git a/version.go b/version.go new file mode 100644 index 0000000..fad159d --- /dev/null +++ b/version.go @@ -0,0 +1,4 @@ +package pkger + +// Version of pkger +const Version = "v0.1.0"