summaryrefslogtreecommitdiff
path: root/README-goreadme.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-28 15:34:55 -0500
committerJeff Carr <[email protected]>2023-04-28 15:34:55 -0500
commit52b197ebf33192eaeda64bbd4acb2e283a45b097 (patch)
treef85eba4b5dca788395102f3b7a9ceadf7cb206d0 /README-goreadme.md
parent923f7721cca66d84dea77ffd9640d793803142ee (diff)
code cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README-goreadme.md')
-rw-r--r--README-goreadme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README-goreadme.md b/README-goreadme.md
index abf7acd..5d7ec42 100644
--- a/README-goreadme.md
+++ b/README-goreadme.md
@@ -139,7 +139,7 @@ Creates a window helpful for debugging this package
`func ShowDebugValues()`
-### func [StandardExit](/main.go#L219)
+### func [StandardExit](/main.go#L149)
`func StandardExit()`
@@ -171,7 +171,7 @@ This struct can be used with the go-arg package
The Node is a binary tree. This is how all GUI elements are stored
simply the name and the size of whatever GUI element exists
-#### func [New](/main.go#L190)
+#### func [New](/main.go#L120)
`func New() *Node`
@@ -180,7 +180,7 @@ This is due to restrictions by being cross platform
some toolkit's on some operating systems don't support more than one
Keep things simple. Do the default expected thing whenever possible
-### type [Symbol](/plugin.go#L16)
+### type [Symbol](/plugin.go#L17)
`type Symbol any`