Added templating, versioning, middleware, etc

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent 8bc9849776
commit 4020812549
11 changed files with 82 additions and 2 deletions

View File

@ -4,7 +4,7 @@ VERSION=0.0.1
.PHONY: build
## build: Compile the packages.
build:
@go build -o $(NAME)
@go build -o $(NAME) -ldflags "-X git.metaunix.net/bitgoblin/blt/app.Version=$(VERSION)"
.PHONY: run
## run: Build and Run in development mode.