You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
Hi,
there seems to be a problem when you modify go code, and makefile tries to rebuild server. If there is any compile time error the makefile recipe crashes.
Possible soultion would be prefixing build command with - :
-@go build -ldflags '$(LDFLAGS)' -o $@ $(IMPORT_PATH)/server
Failed build will be ignored this way and old binary would be used