Run govet and fix

This commit is contained in:
Harshavardhana
2015-02-18 15:33:19 -08:00
parent 1b1371ffec
commit fab954f13f
12 changed files with 19 additions and 27 deletions

View File

@@ -141,8 +141,6 @@ func (c *Config) ReadConfig() error {
default:
return err
}
c.Users = users
return nil
}
func Loadusers() map[string]User {