github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/example/golden/golden_test.go (about)

     1  package golden
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stackb/rules_proto/pkg/goldentest"
     7  )
     8  
     9  func TestGoldens(t *testing.T) {
    10  	goldentest.
    11  		FromDir("example/golden").
    12  		Run(t, "gazelle")
    13  }