From 3b25b5bc0254c7462555c9911c67266627428795 Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Fri, 2 Oct 2020 23:10:52 -0400 Subject: Create modules package --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index 87ca582..6ebbad4 100644 --- a/main.go +++ b/main.go @@ -16,5 +16,6 @@ func main() { } // Display the bar info to stdout + // TODO: Change this to interact with Xorg directly? fmt.Println(main.Display()) } -- cgit v1.2.3