Skip to content

Commit 0ac80ed

Browse files
committed
Update auth.go
1 parent 0615593 commit 0ac80ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

auth.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// Package githubauth implements GitHub authentication.
1+
// Package githubauth provides utilities for GitHub authentication,
2+
// including generating and using GitHub App tokens and installation tokens.
3+
// The package is based on the go-github and golang.org/x/oauth2 libraries.
4+
// It implements a set of TokenSource interfaces for generating GitHub App and
5+
// installation tokens.
26
package githubauth
37

48
import (

0 commit comments

Comments
 (0)