This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7df5366  Corrected golang example (#140)
7df5366 is described below

commit 7df53664c9ba09ab39b4bfcd37857520266e1c0c
Author: LiangliangSui <[email protected]>
AuthorDate: Wed Jul 31 19:27:22 2024 +0800

    Corrected golang example (#140)
    
    Signed-off-by: LiangliangSui <[email protected]>
---
 docs/start/usage.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/start/usage.md b/docs/start/usage.md
index cb10829..543bc98 100644
--- a/docs/start/usage.md
+++ b/docs/start/usage.md
@@ -94,8 +94,10 @@ print(fury.deserialize(data))
 ```go
 package main
 
-import furygo "https://github.com/apache/fury/go/fury";
-import "fmt"
+import (
+       "fmt"
+       furygo "github.com/apache/fury/go/fury"
+)
 
 func main() {
        type SomeClass struct {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to