summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildPackage.go2
-rw-r--r--controlBox.go1
-rw-r--r--main.go1
-rw-r--r--resources/blank.so0
-rw-r--r--stateWindow.go2
5 files changed, 0 insertions, 6 deletions
diff --git a/buildPackage.go b/buildPackage.go
index 3af7cfc..36f83dc 100644
--- a/buildPackage.go
+++ b/buildPackage.go
@@ -1,5 +1,3 @@
-// This window, when it's hidden, still exists to the application
-// so it can be treated as if it really exists
package main
import (
diff --git a/controlBox.go b/controlBox.go
index 888163d..e16b131 100644
--- a/controlBox.go
+++ b/controlBox.go
@@ -1,4 +1,3 @@
-// This gets the values for the debian/control file
package main
import (
diff --git a/main.go b/main.go
index b69249b..e40bc7b 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,3 @@
-// make debian packages for go applications
package main
import (
diff --git a/resources/blank.so b/resources/blank.so
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/resources/blank.so
diff --git a/stateWindow.go b/stateWindow.go
index a87f415..99d2f8b 100644
--- a/stateWindow.go
+++ b/stateWindow.go
@@ -1,5 +1,3 @@
-// This window, when it's hidden, still exists to the application
-// so it can be treated as if it really exists
package main
import (