examples icon indicating copy to clipboard operation
examples copied to clipboard

Use skylib in runfiles example

Open ashi009 opened this issue 4 years ago • 0 comments

There are lots of path concatenation in this example. Using skylib for this purpose is a much better practice.

https://github.com/bazelbuild/bazel-skylib/blob/dc080e95161964a1ff841bfd0b871a1123c027a8/lib/paths.bzl#L237

ashi009 avatar Aug 20 '20 16:08 ashi009