@ -46,6 +46,6 @@ func (u *UserData) Set(key, value string) error {
m.Value = value
m.ID = insertid
u.Meta[key] = m
log.Printf("%#v", u)
return nil
}