We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b46303 commit 4eefd08Copy full SHA for 4eefd08
README.md
@@ -10,12 +10,8 @@ Make sure your application has been setup to use go modules (there should be a g
10
11
`go mod edit -require github.com/neo4j/neo4j-go-driver@<the tag>`
12
13
-### With `go get`
14
-
15
-Add the driver with `go get github.com/neo4j/neo4j-go-driver/neo4j`
16
17
## Documentation
18
-Drivers manual that describes general driver concepts in depth [here](https://neo4j.com/docs/driver-manual/1.7/).
+Drivers manual that describes general driver concepts in depth [here](https://neo4j.com/docs/driver-manual/4.0/).
19
20
Go package API documentation [here](https://pkg.go.dev/github.com/neo4j/neo4j-go-driver/neo4j).
21
0 commit comments