From 9349ab95fc91f74f2c242a7e3ccc0b630c3d95f3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 Jan 2025 02:44:21 -0600 Subject: small app works, example core dumps on Marshal() --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 068d8a1..2b9bb7d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M) simple: build # make -C example clean simpleMutexGlobal goimports vet - make -C example clean simpleMutexProtoc goimports vet + # make -C example clean simpleMutexProtoc goimports vet full: install clean auto goimports vet build test install @echo everything worked and the example ran -- cgit v1.2.3