mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
test: add group selection test
This commit is contained in:
@@ -20,6 +20,8 @@ var Groups = map[string][]User{}
|
||||
func Define_users(author_file string) {
|
||||
// wipe the users map
|
||||
Users = map[string]User{}
|
||||
DefExclude = []string{}
|
||||
Groups = map[string][]User{}
|
||||
|
||||
file, err := os.Open(author_file)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user