update docs all around

This commit is contained in:
Jimmy Zelinskie
2014-07-18 19:09:06 -04:00
parent cd0a3436b7
commit 5bd3b3efb3
6 changed files with 24 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ func init() {
flag.StringVar(&configPath, "config", "", "path to the configuration file")
}
// Boot starts Chihaya. By exporting this function, anyone can import their own
// custom drivers into their own package main and then call chihaya.Boot.
func Boot() {
defer glog.Flush()