Skip to content

Commit

Permalink
[go] fixed typo in readme import path (#995)
Browse files Browse the repository at this point in the history
Co-authored-by: Akshay <[email protected]>
  • Loading branch information
voldyman and Akshay authored Oct 10, 2023
1 parent ed3c3be commit 46c363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ print(fury.deserialize(data))
```go
package main

import furygo "github.com/alipay/fury/fury/go/fury"
import furygo "github.com/alipay/fury/go/fury"
import "fmt"

func main() {
Expand Down

0 comments on commit 46c363c

Please sign in to comment.