package main var ( //Player player character Player = Character{ name: "Daniel", location: "town", } )