Skip to content

Commit

Permalink
autodoc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Mar 7, 2022
1 parent 5eda6a6 commit db31de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-jws.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,10 @@ generate your own verifier instance.
package examples_test

import (
"crypto/ed25519"
"crypto/rand"
"fmt"

"github.com/cloudflare/circl/sign/ed25519"
"github.com/lestrrat-go/jwx/v2/jwa"
"github.com/lestrrat-go/jwx/v2/jws"
)
Expand Down

0 comments on commit db31de7

Please sign in to comment.