github.com/Goboolean/common@v0.0.0-20231130153141-cb54596b217d/pkg/env/init_test.go (about)

     1  package env_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	_ "github.com/Goboolean/common/pkg/env"
     7  )
     8  
     9  
    10  
    11  func TestInit(t *testing.T) {
    12  	
    13  }