Open
Description
I wanted to try this out with caddy on my Mac
Using your make target of:
build:
go build -a -trimpath -mod=vendor -buildmode=exe -gcflags="all=-smallframes -json=0,$(MKFILE_DIR)/$(OUT2_DIR)/foo.json -trimpath=$(MKFILE_DIR)" -asmflags=-trimpath=$(MKFILE_DIR) -ldflags "-buildid= -s -w -X main.goversion=$(GOVERSION) -X main.AppVersion=$(VERSION)" -o $(OUT_DIR)/$(PROG)$(BIN_SUFFIX) ./repique
I get:
package github.com/AZ-X/pique/repique
imports github.com/AZ-X/pique/repique/behaviors: build constraints exclude all Go files
asm.s stuff is beyond my paygrade.
maybe it works if i change the go build to not use the asm files ?
Any ideas ?