New tg ID schema and initial importer #35

Merged
amigan merged 17 commits from reid into trunk 2024-11-15 13:28:05 -05:00
Showing only changes of commit 18866d893c - Show all commits

View file

@ -2,6 +2,7 @@ VPKG=dynatron.me/x/stillbox/internal/version
VER!=git describe --tags --always --dirty
BUILDDATE!=date '+%Y%m%d'
LDFLAGS=-ldflags="-X '${VPKG}.Version=${VER}' -X '${VPKG}.Built=${BUILDDATE}'"
GOFLAGS=-v
all: checkcalls
go build -o stillbox ${GOFLAGS} ${LDFLAGS} ./cmd/stillbox/