Last active
November 9, 2018 15:11
-
-
Save ali-ince/854048f837bf1c78e1fdf4d2cea22e59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ( | |
session neo4j.Session | |
err error | |
) | |
if session, err = driver.Session(neo4j.AccessModeRead); err != nil { | |
return err | |
} | |
defer session.Close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment