Skip to content

Commit 814dab1

Browse files
authored
Update import to v2 in doc example
1 parent 8eb9f0e commit 814dab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Usage Example:
1616
import (
1717
"fmt"
1818
19-
"github.com/linkedin/goavro"
19+
"github.com/linkedin/goavro/v2"
2020
)
2121
2222
func main() {

0 commit comments

Comments
 (0)