mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-05-24 12:51:16 +02:00
Codu quality patch in order to get merged with master
This commit is contained in:
parent
29add0224c
commit
db421c828b
4 changed files with 4 additions and 6 deletions
|
@ -61,7 +61,7 @@ func (u users) Set(username string, key, data string) {
|
|||
go uf.write()
|
||||
}
|
||||
|
||||
// Get all known usernames
|
||||
// GetUsernames all usernames stored in settings
|
||||
func (u users) GetUsernames() []string {
|
||||
u.mutex.Lock()
|
||||
defer u.mutex.Unlock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue