mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
feat
This commit is contained in:
@@ -80,3 +80,10 @@ func Define_users(author_file string) {
|
|||||||
func RemoveUser(short string) {
|
func RemoveUser(short string) {
|
||||||
delete(Users, short)
|
delete(Users, short)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TempAddUser(username, email string) {
|
||||||
|
usr := User{Username: username, Email: email}
|
||||||
|
|
||||||
|
Users[username] = usr
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user