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 /config | |
parent | 2ca4ab90ec5d4c430ac891a4edd5014d7043d539 (diff) | |
download | go-git-ad9456267524e08efcf4486cadfb6cef8d182677.tar.gz |
doc packages
Diffstat (limited to 'config')
-rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index 7138952..f94d4c9 100644 --- a/config/config.go +++ b/config/config.go @@ -1,3 +1,4 @@ +// Package config storage is the implementation of git config for go-git package config import ( |