purge dump comments

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-02-11 23:16:31 -06:00
parent 08436e1a8d
commit cdc5743e67
8 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ go.sum
/resources/*.so
myrepos
autotypist
/files/*

View File

@ -1,4 +1,3 @@
// This is a simple example
package main
import (

View File

@ -1,4 +1,3 @@
// This is a simple example
package main
import (

View File

@ -1,4 +1,3 @@
// This is a simple example
package main
import (

View File

@ -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.")

View File

@ -1,4 +1,3 @@
// This is a simple example
package main
import (

View File

@ -1,4 +1,3 @@
// This is a simple example
package main
import (

View File

@ -1,4 +1,3 @@
// This is a simple example
package main
import (