yoake/internal/auth/gob.go

8 lines
80 B
Go
Raw Normal View History

2022-11-20 12:05:14 -06:00
package auth
import "encoding/gob"
func init() {
gob.Register(UserIdent{})
}