first commit

This commit is contained in:
2026-05-13 03:05:24 +03:30
commit 4c7343665a
27 changed files with 2581 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package buildinfo
var (
Version = "dev"
Commit = "none"
Date = "unknown"
)