From 52b197ebf33192eaeda64bbd4acb2e283a45b097 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 28 Apr 2023 15:34:55 -0500 Subject: code cleanups Signed-off-by: Jeff Carr --- README-goreadme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README-goreadme.md') 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` -- cgit v1.2.3