feat: use Go 1.24 and a net/http ServeMux for routing (#19)

This commit is contained in:
2025-03-16 00:50:12 +00:00
committed by GitHub
parent 90728a4807
commit 50c538e3b7
3 changed files with 41 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
NAME = casecmp
BINARY = bin/${NAME}
VERSION ?= $(shell cat VERSION)
VERSION ?= $(shell git describe --tags)
SOURCES = $(shell find . -name '*.go' -o -name 'Makefile')
$(BINARY): $(SOURCES)