github.com/emcfarlane/larking@v0.0.0-20220605172417-1704b45ee6c3/builder/testdata/cgo/BUILD.star (about)

     1  load("rules/go.star", "go")
     2  
     3  go(
     4      name = "helloc",
     5      cgo = True,
     6  )