diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-01 01:31:58 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-01 01:31:58 +0200 |
commit | ad9456267524e08efcf4486cadfb6cef8d182677 (patch) | |
tree | 75ef4e32832eb1442b788ba85ca5df0d16dd8f3f /clients/common | |
parent | 2ca4ab90ec5d4c430ac891a4edd5014d7043d539 (diff) | |
download | go-git-ad9456267524e08efcf4486cadfb6cef8d182677.tar.gz |
doc packages
Diffstat (limited to 'clients/common')
-rw-r--r-- | clients/common/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common/common.go b/clients/common/common.go index b5e6152..1518081 100644 --- a/clients/common/common.go +++ b/clients/common/common.go @@ -1,4 +1,4 @@ -// Package common contains utils used by the clients +// Package common contains interfaces and non-specific protocol entities package common import ( |