summaryrefslogtreecommitdiff
path: root/README-goreadme.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-22 12:25:50 -0500
committerJeff Carr <[email protected]>2023-04-22 12:25:50 -0500
commit52eb9b1ad29756756881b90ba5221d03cd504fbd (patch)
tree8e80b65d20516d57797b7e3d39d44a147c7641ba /README-goreadme.md
parent2b10d882a35d5a8b79c7d48eaa59e7d027be5e8d (diff)
unloading the gocui toolkit works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README-goreadme.md')
-rw-r--r--README-goreadme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-goreadme.md b/README-goreadme.md
index 9336c80..160264f 100644
--- a/README-goreadme.md
+++ b/README-goreadme.md
@@ -146,7 +146,7 @@ attempts to locate the .so file
`func ShowDebugValues()`
-### func [StandardExit](/main.go#L153)
+### func [StandardExit](/main.go#L169)
`func StandardExit()`
@@ -187,7 +187,7 @@ var Config GuiConfig
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#L126)
+#### func [New](/main.go#L142)
`func New() *Node`