Skip to content

Commit

Permalink
vendor github.com/tent/http-link-go
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsykim committed Jul 10, 2017
1 parent e15bcba commit 36b51a8
Show file tree
Hide file tree
Showing 8 changed files with 302 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,6 @@
[submodule "_vendor/github.com/google/go-querystring"]
path = _vendor/github.com/google/go-querystring
url = https://github.com/google/go-querystring.git
[submodule "_vendor/github.com/tent/http-link-go"]
path = _vendor/github.com/tent/http-link-go
url = https://github.com/tent/http-link-go.git
1 change: 1 addition & 0 deletions _vendor/github.com/tent/http-link-go
Submodule http-link-go added at ac974c
1 change: 1 addition & 0 deletions vendor/github.com/tent/http-link-go/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/github.com/tent/http-link-go/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/tent/http-link-go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/tent/http-link-go/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

185 changes: 185 additions & 0 deletions vendor/github.com/tent/http-link-go/link.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions vendor/github.com/tent/http-link-go/link_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36b51a8

Please sign in to comment.