mirror of
https://github.com/ManyakRus/starter.git
synced 2025-11-26 23:10:42 +02:00
сделал Show_Version()
This commit is contained in:
12
pkg/version/version_test.go
Normal file
12
pkg/version/version_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package version
|
||||
|
||||
import (
|
||||
"github.com/ManyakRus/starter/micro"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestShow_Version(t *testing.T) {
|
||||
|
||||
micro.Show_Version(Version)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user