₍ᐢ•ﻌ•ᐢ₎ go-github-codeowners
Easy way to find github.User objects for given paths in specific repositories that contain CODEOWNERS files
a small example that prints the login for the default code owners for a specific repo
example/
Create yourself a personal access token on github then export it as GITHUB_AUTH_TOKEN environment variable
$ GITHUB_AUTH_TOKEN=0000000000000000000000000000000000000000 go run examples/basic/main.go
Install goconvey and then run it :-)