1
0
mirror of https://github.com/ManyakRus/image_database.git synced 2025-11-06 09:29:08 +02:00
Files
image_database/pkg/version/version_test.go
Nikitin Aleksandr 0a0624a6fd сделал make mod
2024-11-27 11:30:37 +03:00

13 lines
149 B
Go

package version
import (
"github.com/ManyakRus/starter/micro"
"testing"
)
func TestShow_Version(t *testing.T) {
micro.Show_Version(Version)
}