1 2 3 4 5 6 7 8
package screens type Globals struct { width int height int buildDate string version string }