Skip to content

Instantly share code, notes, and snippets.

@patrickdevivo
Created August 12, 2021 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickdevivo/8477b2a4c98eabb46455be8c01af988f to your computer and use it in GitHub Desktop.
Save patrickdevivo/8477b2a4c98eabb46455be8c01af988f to your computer and use it in GitHub Desktop.
SELECT
name, primary_language,
github_repo_file_content('google', name, 'go.mod') as go_mod
FROM github_org_repos('google')
WHERE primary_language = 'Go'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment