From daca292a124bcd8e7074a9192290868bf2ea4693 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 22:16:14 -0600 Subject: actually fucking show the plugin path that works --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b37bb3f..3adf833 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,12 @@ -all: +all: goimports vet @echo @echo This is the core gui package 'go.wit.com/gui/gui' @echo @echo It creates a binary tree of widgets @echo The widgets are things like Windows, Buttons, Labels, etc @echo + +vet: @GO111MODULE=off go vet @echo go vet: this go library package builds okay -- cgit v1.2.3