Skip to content

Instantly share code, notes, and snippets.

View jawsthegame's full-sized avatar

Tom Fleischer jawsthegame

View GitHub Profile

bazel query cheatsheet

which packages depend on qtdb lib?

bazel query 'rdeps(..., //vistar/geo/qtdb:go_default_library)' --output package 

which packages does qtdb depend on?