UPDATE TO GO 1.22.10!!! use regexp2 and codegen

This commit is contained in:
Laptop
2024-12-06 23:37:07 +02:00
parent 4509d8ed73
commit 99ce6f566e
10 changed files with 65 additions and 50 deletions

3
build Executable file
View File

@@ -0,0 +1,3 @@
templ generate
go generate ./lib/textparsing
go build -ldflags "-X main.commit=`git rev-parse HEAD | head -c 7` -X main.repo=`git remote get-url origin`" main.go