github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/cgo_multi_dir/cgo_multi_dir_test.go (about)

     1  package cgo_multi_dir
     2  
     3  import "testing"
     4  
     5  func TestMultiDir(t *testing.T) {
     6  	if got, want := foo+bar, 46; got != want {
     7  		t.Errorf("got %d; want %d", got, want)
     8  	}
     9  }