feat(serialization): add 'd', 'w',' 'M' units support for time duration

- Updated Makefile to include `-checklinkname=0` in LDFLAGS
This commit is contained in:
yusing
2025-09-12 11:41:59 +08:00
parent 1be2ea44a2
commit 04d823d616
3 changed files with 38 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ export GOOS = linux
WEBUI_DIR ?= ../godoxy-frontend
DOCS_DIR ?= ../godoxy-wiki
LDFLAGS = -X github.com/yusing/go-proxy/pkg.version=${VERSION}
LDFLAGS = -X github.com/yusing/go-proxy/pkg.version=${VERSION} -checklinkname=0
ifeq ($(agent), 1)
NAME = godoxy-agent