From 94b41aa18a230289e30254b3a23b39c88193159a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 04:19:32 -0600 Subject: gadget window displays correctly for some reason Signed-off-by: Jeff Carr --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8926c5..ff43e7c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,13 @@ plugin: GO111MODULE=off go build -v -buildmode=plugin -o ../gocui.so pluginreal: - go build -v -buildmode=plugin -o ~/go/lib/gocui.so + go build -v -buildmode=plugin -o ~/go/lib/toolkits/gocui.so + +# Test the README.md & doc.go file +# this runs pkgsite, the binary that does dev.go.dev +# go install golang.org/x/pkgsite/cmd/pkgsite@latest +pkgsite: + pkgsite objdump: objdump -t ../gocui.so |less -- cgit v1.2.3