diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-16 17:31:09 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-16 17:37:29 +0100 |
commit | 1931dfbf38508e790e9f129873bc073aacc6a50f (patch) | |
tree | f57f34d75a73ca5f7bab800f5c8510f96522b686 /clients/http | |
parent | dd8e9b02df17639b625b8c9c03f9537f5cfc039c (diff) | |
download | go-git-1931dfbf38508e790e9f129873bc073aacc6a50f.tar.gz |
remove package docv2.2.0
Diffstat (limited to 'clients/http')
-rw-r--r-- | clients/http/common.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/http/common.go b/clients/http/common.go index f0f2e6b..aa6e7a1 100644 --- a/clients/http/common.go +++ b/clients/http/common.go @@ -1,3 +1,4 @@ +// Package http implements a HTTP client for go-git. package http import ( |