johnnadratowski / golang-neo4j-bolt-driver

Golang Bolt driver for Neo4j
MIT License
213 stars 72 forks source link

Encode arbitrary slice types #55

Closed scott-wilson closed 6 years ago

scott-wilson commented 6 years ago

I've also added unit tests for most other encoding functions. Only ones I haven't added are for the maps and structs. Note - The CI server will probably fail due to the other tests being out of date. My other pull request should fix that.