update mod,readme file

This commit is contained in:
bense
2023-01-31 08:49:16 +08:00
parent 13073cd8e4
commit 5d86baf170
9 changed files with 44 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
package main
import (
"gotdx"
"github.com/bensema/gotdx"
"log"
)
@@ -28,7 +28,7 @@ func main() {
}
for _, obj := range reply.List {
log.Println(obj)
log.Printf("%+v", obj)
}
_ = api.Disconnect()