examples/authz: add token package docstring (#6095)

This commit is contained in:
Doug Fawley 2023-03-07 14:50:03 -08:00 committed by GitHub
parent 33df9fc43d
commit 558e1b6f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
*
*/
// Package token implements an example of authorization token encoding/decoding
// that can be used in RPC headers.
package token
import (