Migrate to external Donut package

This commit is contained in:
Harshavardhana
2015-04-05 01:53:41 -07:00
parent 183df976f3
commit 0475d7d056
40 changed files with 2719 additions and 1100 deletions

View File

@@ -17,6 +17,7 @@
package server
import (
"fmt"
"os/user"
"path"
"reflect"
@@ -187,7 +188,8 @@ func Start(configs []Config) {
for _, ch := range ctrlChans {
close(ch)
}
log.Fatal(value.Interface())
msg := fmt.Sprintf("%q", value.Interface())
log.Fatal(iodine.New(errors.New(msg), nil))
}
case false:
// Channel closed, remove from list