package db type ( Team struct { ID int Owner string Name string } )