feat: finish add and remove author bindings and tui elements

This commit is contained in:
Theis
2024-10-10 22:36:29 +02:00
parent a78cdf37f9
commit 55fe196536
4 changed files with 84 additions and 5 deletions
+4
View File
@@ -67,3 +67,7 @@ func Define_users(author_file string) {
os.Exit(2)
}
}
func RemoveUser(short string) {
delete(Users, short)
}