github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/mock/mock_test.go (about)

     1  package mock
     2  
     3  import "testing"
     4  
     5  func TestExport(t *testing.T)  {
     6  	t.Log("export success")
     7  }