grim/hgkeeper

8098dd6d3587
move KeysDir to a private variable in users.go
package access
type file struct {
Global Acl `yaml:"global"`
Groups map[string][]string `yaml:"groups"`
Patterns map[string]Acl `yaml:"patterns"`
}