Created
August 12, 2021 17:55
-
-
Save patrickdevivo/8477b2a4c98eabb46455be8c01af988f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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