From 015847b28ee5dc5c7cfd29dfcbe14e3a2624569c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Dec 2023 03:00:03 -0600 Subject: 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 --- gadgets/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gadgets/README.md (limited to 'gadgets/README.md') diff --git a/gadgets/README.md b/gadgets/README.md new file mode 100644 index 0000000..66c2a4f --- /dev/null +++ b/gadgets/README.md @@ -0,0 +1,15 @@ +# gadgets + +Package gadgets are special collections of widgets + +Things to avoid or keep in mind: Also Features these might enable: + +```go +* These should never bypass the binary tree +* Hide complexity internally here +* These might require corresponding toolkit implementations? +* These might allow unique/good corresponding toolkit implementations (date/time selection?) + +## Warning + +Doing this / adding these might be a really bad idea that I will regret later -- cgit v1.2.3