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 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 (