1 2 3 4 5 6 7 8
package types type Globals struct { Width int Height int BuildDate string Version string }