diff options
| author | Jeff Carr <[email protected]> | 2023-12-29 03:00:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-29 03:00:03 -0600 |
| commit | 015847b28ee5dc5c7cfd29dfcbe14e3a2624569c (patch) | |
| tree | b69c43edf3c57d9cdc12b29f75a8c43d2059c2d1 /README.md | |
| parent | 48dfdf322b2cf379d8deeff678747907b604637f (diff) | |
add 'gadgets'
attempt func (n *gui.Node) blah() definition
better docs for pkg.go.dev
how logging should work
fix syntax links for pkg.go.dev
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -93,10 +93,10 @@ hopefully also things like libSDL, faiface/pixel, slint Useful links and other external things which might be useful -[Wikipedia Graphical widget]: [https://en.wikipedia.org/wiki/Graphical_widget](https://en.wikipedia.org/wiki/Graphical_widget) -[Github mirror]: [https://github.com/witorg/gui](https://github.com/witorg/gui) -[Federated git pull]: [https://github.com/forgefed/forgefed](https://github.com/forgefed/forgefed) -[GO Style Guide]: [https://google.github.io/styleguide/go/index](https://google.github.io/styleguide/go/index) +* Wikipedia Graphical widget - [https://en.wikipedia.org/wiki/Graphical_widget](https://en.wikipedia.org/wiki/Graphical_widget) +* Github mirror - [https://github.com/witorg/gui](https://github.com/witorg/gui) +* Federated git pull - [https://github.com/forgefed/forgefed](https://github.com/forgefed/forgefed) +* GO Style Guide - [https://google.github.io/styleguide/go/index](https://google.github.io/styleguide/go/index) ```go * [Wikipedia Graphical widget] |
