-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic GitHub filesystem support #89
Conversation
reference string | ||
} | ||
|
||
func New(owner, repo, reference, token string) *GitHub { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
token
is not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, fixed in 728ad2c.
A gateway to proper filesystem builtins needed for #53.
211491b
to
9b47b89
Compare
Unfortunately To avoid this ambiguity and to enable calling of Should be pretty cheap, huh? |
A gateway to proper filesystem builtins needed for #53.