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

     1  cc_library(
     2      name = "foo",
     3      deps = [
     4          "yet/another:dep",
     5          ":bar",
     6          "//some:dep",
     7          "//some/other/dep",
     8      ],
     9  )