implement node endpoint

This commit is contained in:
Arthur Lu
2024-12-27 19:59:44 +00:00
parent 6b41ca984c
commit c91f54f506
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/ .