Initial commit.

This commit is contained in:
2025-12-10 21:09:25 +00:00
commit 9d4de0e6b6
73 changed files with 15219 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package version
// Version information set at build time
var (
Version = "dev"
Commit = "unknown"
BuildDate = "unknown"
)