Skip to content

Commit

Permalink
vendor: Add shurcooL/httpfs/vfsutil
Browse files Browse the repository at this point in the history
Generated with:

  $ git clone git://github.com/shurcooL/httpfs.git vendor/github.com/shurcooL/httpfs
  Cloning into 'vendor/github.com/shurcooL/httpfs'...
  remote: Enumerating objects: 197, done.
  remote: Total 197 (delta 0), reused 0 (delta 0), pack-reused 197
  Receiving objects: 100% (197/197), 32.35 KiB | 0 bytes/s, done.
  Resolving deltas: 100% (82/82), done.
  $ (cd vendor/github.com/shurcooL/httpfs && git log -1 --oneline)
  809bece vfsutil: Remove x/tools/godoc/vfs dependency.
  $ git add vendor/github.com/shurcooL/httpfs/vfsutil/{file,vfsutil,walk}.go

I haven't been able to find the invocation to get Glide to do this for
me.
  • Loading branch information
wking committed Sep 26, 2018
1 parent f230c3e commit a8cce08
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 0 deletions.
21 changes: 21 additions & 0 deletions vendor/github.com/shurcooL/httpfs/vfsutil/file.go

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

39 changes: 39 additions & 0 deletions vendor/github.com/shurcooL/httpfs/vfsutil/vfsutil.go

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

146 changes: 146 additions & 0 deletions vendor/github.com/shurcooL/httpfs/vfsutil/walk.go

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

0 comments on commit a8cce08

Please sign in to comment.