mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
feat: finish add and remove author bindings and tui elements
This commit is contained in:
@@ -67,3 +67,7 @@ func Define_users(author_file string) {
|
||||
os.Exit(2)
|
||||
}
|
||||
}
|
||||
|
||||
func RemoveUser(short string) {
|
||||
delete(Users, short)
|
||||
}
|
||||
Reference in New Issue
Block a user