package main type User struct { id uint name string password string color string isPasswordHashed bool }