From 9fef261eae2607f801f7887effa112c5dc03e62b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 24 May 2014 11:36:22 -0700 Subject: [PATCH] config: comments --- config/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.go b/config/config.go index b71ec6b6e..2ffbd1f67 100644 --- a/config/config.go +++ b/config/config.go @@ -1,3 +1,5 @@ +// The config package is responsible for loading and validating the +// configuration. package config import (