summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 04:53:46 -0600
committerJeff Carr <[email protected]>2024-11-07 04:53:46 -0600
commit62feeab08e27b22215ed4be51df77986876d55d7 (patch)
tree49814748d665dc5c793d7fba8aaab264bb9110f3
parent2709aa8d120fa8f0eb91edb9450bf9cc95d21a7f (diff)
blank.so causes resources/ to not failv0.22.4
Signed-off-by: Jeff Carr <[email protected]>
-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 (