1
0
Fork 0
forked from External/ergo

server: Fix

This commit is contained in:
Daniel Oaks 2016-06-19 21:59:18 +10:00
parent 2a519c8061
commit 9e7a590f23
8 changed files with 305 additions and 285 deletions

View file

@ -13,7 +13,7 @@ type WhoWas struct {
nickname Name
username Name
hostname Name
realname Text
realname string
}
func NewWhoWasList(size uint) *WhoWasList {