tree: c3f3ba23d1e6be94ce7dd6766aae2789de882f6a [path history] [tgz]
  1. cmd/
  2. testdata/
  3. BUILD.gn
  4. gen.go
  5. git.go
  6. gn.go
  7. gn_test.go
  8. init.go
  9. README.md
  10. target.go
tools/check-licenses/util/README.md

The util package holds utility functions that are used throughout the check-licenses project. These are standalone tools that can be called from anywhere.

git.go: Helper functions used to run git commands. e.g. retrieving the URL or git hash for a given repository.

gn.go: Helper functions used to run gn commands. e.g. generate a file that describes the build graph for the current workspace or gn target.