-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from gobuffalo/update-readme
updated README and SHOULDERS
- Loading branch information
Showing
2 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# github.com/gobuffalo/flect Stands on the Shoulders of Giants | ||
# Flect Stands on the Shoulders of Giants | ||
|
||
github.com/gobuffalo/flect 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. | ||
Flect 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/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.v3](https://godoc.org/gopkg.in/yaml.v3) |