diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 18:00:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 18:00:13 -0600 |
| commit | d2315ff857b684f3ff76ad4eb7dc8d603b21e1d1 (patch) | |
| tree | 82e992c91810d00dbbf18d425c838d85f7bc668f /Makefile | |
| parent | 4ed50c9747e76797985952f36a1273300b2ae302 (diff) | |
update go mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,4 +1,20 @@ -# git remote add github [email protected]:wit-go/gadgets.git +#a git remote add github [email protected]:wit-go/gadgets.git +all: + @echo + @echo gadgets are collections of widget primaties that work + @echo in ways that are common enough they are generally useful + @echo + @echo The gadgets are themselves outside of the 'gui' binary tree + @echo structure. They do not modify the fundamental nature of + @echo how the 'gui' package communicates to the toolkits via the plugin + @echo + @echo in that sense, they are intended to be useful wrappers + @echo + +redomod: + rm -f go.* + go mod init + go mod tidy github: git push -u github master |
