aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/gobals.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/types/gobals.go b/types/gobals.go
new file mode 100644
index 0000000..550f964
--- /dev/null
+++ b/types/gobals.go
@@ -0,0 +1,8 @@
+package types
+
+type Globals struct {
+ Width int
+ Height int
+ BuildDate string
+ Version string
+}