github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/050.build.golden (about)

     1  cc_library(
     2      name = "foo",
     3      deps = [
     4          "testdata",
     5          ":testdata",
     6          "//:root",
     7      ],
     8  )