diff options
Diffstat (limited to 'README-goreadme.md')
| -rw-r--r-- | README-goreadme.md | 6 |
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` |
