github.com/PandaGoAdmin/utils@v0.0.0-20211208134815-d5461603a00f/utils_test.go (about)

     1  package kgo
     2  
     3  import (
     4  	"github.com/stretchr/testify/assert"
     5  	"testing"
     6  )
     7  
     8  func TestVersion(t *testing.T) {
     9  	v := Version
    10  	assert.NotEmpty(t, v)
    11  }