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 | |
parent | dd8e9b02df17639b625b8c9c03f9537f5cfc039c (diff) | |
download | go-git-1931dfbf38508e790e9f129873bc073aacc6a50f.tar.gz |
remove package docv2.2.0
Diffstat (limited to 'clients')
-rw-r--r-- | clients/common/common.go | 1 | ||||
-rw-r--r-- | clients/http/common.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/clients/common/common.go b/clients/common/common.go index a6f6166..ec04dda 100644 --- a/clients/common/common.go +++ b/clients/common/common.go @@ -1,3 +1,4 @@ +// Package common contains utils used by the clients package common import ( 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 ( |