From 0d5d19a8958923591759b5bcbc5164723a959c9a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 21 Oct 2022 13:29:15 -0500 Subject: manually adjust docs --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2382cbd..356458b 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,11 @@ examples-helloworld: examples-gui-demo: make -C cmds/gui-demo +# sync repo to the github backup +github: + git push origin master + git push github master + doc: GO111MODULE="off" godoc -v -- cgit v1.2.3