P3help wantedteam-Documentationteam-ExternalDepstype: documentation (cleanup)
仓库指标
- Star
- (25,384 star)
- PR 合并指标
- (平均合并 22天 20小时) (30 天内合并 77 个 PR)
描述
Documentation URL: https://docs.bazel.build/versions/master/build-ref.html
Says:
Labels start with
//
But then goes on to say:
the following "relative" labels are all equivalent: //my/app:app //my/app :app app
The last two don't start with //. So are they labels or not? Please clarify the text.