Separate the build<FORMAT> functions into their own source files

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/aya/trunk@79 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
yakumo.izuru
2023-12-11 17:23:49 +00:00
parent ce6aacf82a
commit f3a588d5a2
7 changed files with 170 additions and 133 deletions

View File

@@ -8,7 +8,7 @@ import (
var (
// Set to current tag
Version = "v0.6.9"
Version = "v0.7.0"
Time = time.Now()
)