package player type User struct { Name string } var PlaylistUser = &User{Name: "Playlist"} var SystemUser = &User{Name: "System"}