diff options
| author | Jeff Carr <[email protected]> | 2024-02-11 23:16:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-11 23:16:31 -0600 |
| commit | cdc5743e67fd69c20a582d59ec2c47c804ae84ef (patch) | |
| tree | 75ad958fd0522866cdbe00c29e8b6d92ff5d1a4a | |
| parent | 08436e1a8dbd9d4166d43fef63d5c956a6e7b850 (diff) | |
purge dump comments
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | globalBuildOptions.go | 1 | ||||
| -rw-r--r-- | globalDisplayOptions.go | 1 | ||||
| -rw-r--r-- | listWindow.go | 1 | ||||
| -rw-r--r-- | main.go | 2 | ||||
| -rw-r--r-- | repolist.go | 1 | ||||
| -rw-r--r-- | scan.go | 1 | ||||
| -rw-r--r-- | tagWindow.go | 1 |
8 files changed, 1 insertions, 8 deletions
@@ -4,3 +4,4 @@ go.sum /resources/*.so myrepos autotypist +/files/* diff --git a/globalBuildOptions.go b/globalBuildOptions.go index 4abdd07..4fd8ee7 100644 --- a/globalBuildOptions.go +++ b/globalBuildOptions.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index 96171ee..4b83f21 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( diff --git a/listWindow.go b/listWindow.go index 091c9fa..503eaa8 100644 --- a/listWindow.go +++ b/listWindow.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( @@ -1,4 +1,3 @@ -// THSI IS MAIN package main import ( @@ -24,7 +23,6 @@ func main() { me.myGui = gui.New() me.myGui.InitEmbed(resToolkit) - // me.myGui.LoadToolkit("nocui") me.myGui.Default() me.autotypistWindow = me.myGui.NewWindow("autotypist for GO & git. it types faster than you can.") diff --git a/repolist.go b/repolist.go index ef82c26..0af324e 100644 --- a/repolist.go +++ b/repolist.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( @@ -1,4 +1,3 @@ -// This is a simple example package main import ( diff --git a/tagWindow.go b/tagWindow.go index ff3a3ba..745ab62 100644 --- a/tagWindow.go +++ b/tagWindow.go @@ -1,4 +1,3 @@ -// This is a simple example package main import ( |
