1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-11-26 23:10:42 +02:00

сделал Show_Version()

This commit is contained in:
Nikitin Aleksandr
2024-10-15 11:27:55 +03:00
parent 8d72ad6398
commit 0527914ab5
5 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package version
import (
"github.com/ManyakRus/starter/micro"
"testing"
)
func TestShow_Version(t *testing.T) {
micro.Show_Version(Version)
}