implement node endpoint

This commit is contained in:
2025-02-11 07:11:05 +00:00
parent 747c705420
commit c9b2fa9b6f
5 changed files with 197 additions and 34 deletions

View File

@@ -1,3 +1,5 @@
.PHONY: build test clean
build: clean
CGO_ENABLED=0 go build -ldflags="-s -w" -o dist/ .