diff options
| author | Jeff Carr <[email protected]> | 2022-10-21 13:33:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2022-10-21 13:33:55 -0500 |
| commit | 959d9f6776b2f4223587b2414b96df99152f3251 (patch) | |
| tree | e9fd3a9451bcfafc988833a2195a0bc109866785 | |
| parent | 0d5d19a8958923591759b5bcbc5164723a959c9a (diff) | |
minor doc change
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | doc.go | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -109,6 +109,10 @@ information this uses spew.Dump() External References +Useful links and other +external things +which might be useful + * [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget) * [Github mirror](https://github.com/witorg/gui) @@ -83,8 +83,6 @@ The next step is to intent is to allow this to work directly against GTK and QT. It should be able to add Fyne, WASM, native macos & windows, android and hopefully also things like libSDL, faiface/pixel, slint -[Wikipedia Graphical widget]: https://en.wikipedia.org/wiki/Graphical_widget - Errors Since it is possible for custom Stringer/error interfaces to panic, spew |
