added v2 package

This commit is contained in:
2026-05-27 14:24:26 -05:00
parent 21d32239d3
commit 88d73f0f2e
50 changed files with 18170 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM golang:1.26-alpine
RUN apk add git
WORKDIR /project
RUN go mod init project