feat: initialize nuntius project with full server implementation

This commit is contained in:
2026-06-20 20:48:09 +02:00
commit 1b700f7975
33 changed files with 4313 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
//go:build linux || freebsd
// Package version exposes the nuntius release identity.
package version
// Name is the program name reported by `--version` and in log lines.
const Name = "nuntius"
// Version is the nuntius release version. Follows SemVer.
var Version = "1.0.0"