diff options
| author | Jeff Carr <[email protected]> | 2023-04-23 09:47:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-23 09:47:54 -0500 |
| commit | 1322a011e7f5b8665b671d4c5ee4e65804ca75be (patch) | |
| tree | 24ed995ace7694128d5ecdb4ebafc5da7cd868e3 /README-goreadme.md | |
| parent | 2d4d2b6b3e115a86a10f98c20de0e4e82be519c2 (diff) | |
andlabs: ran without crashing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README-goreadme.md')
| -rw-r--r-- | README-goreadme.md | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/README-goreadme.md b/README-goreadme.md index 160264f..0b9a917 100644 --- a/README-goreadme.md +++ b/README-goreadme.md @@ -123,14 +123,7 @@ Creates a window helpful for debugging this package `func ExampleCatcher(f func())` -### func [FindPlugin](/plugin.go#L64) - -`func FindPlugin(name string) *aplug` - -loads and initializes a toolkit (andlabs/ui, gocui, etc) -attempts to locate the .so file - -### func [Indent](/debug.go#L120) +### func [Indent](/debug.go#L126) `func Indent(b bool, a ...interface{})` @@ -138,15 +131,15 @@ attempts to locate the .so file `func SetDebug(s bool)` -### func [SetFlag](/debug.go#L44) +### func [SetFlag](/debug.go#L50) `func SetFlag(s string, b bool)` -### func [ShowDebugValues](/debug.go#L79) +### func [ShowDebugValues](/debug.go#L85) `func ShowDebugValues()` -### func [StandardExit](/main.go#L169) +### func [StandardExit](/main.go#L180) `func StandardExit()` @@ -187,7 +180,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#L142) +#### func [New](/main.go#L153) `func New() *Node` |
