Skip to content

Commit

Permalink
Update import to v2 in doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
loganrosen committed Jul 14, 2023
1 parent 8eb9f0e commit 814dab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Expand Up @@ -16,7 +16,7 @@ Usage Example:
import (
"fmt"
"github.com/linkedin/goavro"
"github.com/linkedin/goavro/v2"
)
func main() {
Expand Down

0 comments on commit 814dab1

Please sign in to comment.