const_test.go 101 B

123456789
  1. package mhayaConst
  2. import (
  3. "testing"
  4. )
  5. func TestVersionPrint(t *testing.T) {
  6. t.Log(GetLOGO())
  7. }