diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..12b5c9f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# widget + +Package gui/widget defines the widgets and actions that can be performed on them + +Principles: + +```go +* Make code using this package simple to use +* Widget names should try to match [Wikipedia Graphical widget] +* It's ok to guess. Try to do something sensible. +``` |
