Skip to content

Instantly share code, notes, and snippets.

@ali-ince
Last active November 9, 2018 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ali-ince/320f04859c7526dce8401f247c1bbae5 to your computer and use it in GitHub Desktop.
Save ali-ince/320f04859c7526dce8401f247c1bbae5 to your computer and use it in GitHub Desktop.
var (
recordsProcessed interface{}
err error
)
if recordsProcessed, err = session.ReadTransaction(executeQuery); err != nil {
return err
}
fmt.Printf("\n%d records processed\n", recordsProcessed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment