test runners

This commit is contained in:
2025-11-22 00:28:55 +08:00
parent a3b9228335
commit c16653a645
6 changed files with 301 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
package service
func GetVersion() string {
return "0.1.0 dev 2025-11-22"
}