diff options
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 ( |