mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2025-06-07 00:06:19 +02:00
13 lines
149 B
Go
13 lines
149 B
Go
|
package version
|
||
|
|
||
|
import (
|
||
|
"github.com/ManyakRus/starter/micro"
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestShow_Version(t *testing.T) {
|
||
|
|
||
|
micro.Show_Version(Version)
|
||
|
|
||
|
}
|