Skip to content

Commit fa59cce

Browse files
committed
add package level comment
1 parent 7f5d87b commit fa59cce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auth/auth.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Package auth package provides authentication-related interfaces and types.
2+
// It also includes a basic implementation of credentials using username and password.
13
package auth
24

35
// StreamingCredentialsProvider is an interface that defines the methods for a streaming credentials provider.

0 commit comments

Comments
 (0)