github.com/isyscore/isc-gobase@v1.5.3-0.20231218061332-cbc7451899e9/isc/test/banner_test.go (about)

     1  package test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/isyscore/isc-gobase/isc"
     7  )
     8  
     9  func TestBanner(t *testing.T) {
    10  	// str := `abc` + "`" + `defg`
    11  	t.Logf(isc.DefaultBanner)
    12  }