From 3516434fbf56ada3724d4c07bf31bb71d0fe5469 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 28 Apr 2023 07:29:46 -0500 Subject: allow passing of embed plugin files Signed-off-by: Jeff Carr --- README-goreadme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README-goreadme.md') diff --git a/README-goreadme.md b/README-goreadme.md index 5211057..e99ca1b 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#L197) +### func [StandardExit](/main.go#L231) `func StandardExit()` @@ -157,13 +157,13 @@ This goroutine can be used like a watchdog timer ## Types -### type [GuiArgs](/structs.go#L26) +### type [GuiArgs](/structs.go#L27) `type GuiArgs struct { ... }` This struct can be used with the go-arg package -### type [GuiConfig](/structs.go#L32) +### type [GuiConfig](/structs.go#L33) `type GuiConfig struct { ... }` @@ -173,14 +173,14 @@ This struct can be used with the go-arg package var Config GuiConfig ``` -### type [Node](/structs.go#L59) +### type [Node](/structs.go#L63) `type Node struct { ... }` 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#L168) +#### func [New](/main.go#L202) `func New() *Node` -- cgit v1.2.3