From 08084bf28832364bb4f3f4f1bfcb1e1ef0bbcbe8 Mon Sep 17 00:00:00 2001 From: Priyansh Date: Wed, 27 Aug 2025 15:35:50 +0530 Subject: Move Globals to separate types package --- types/gobals.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 types/gobals.go 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 +} -- cgit v1.2.3