36097a57efb7b1339b33af4aa8ee508b395a6037 | Author: Jens Rantil <jens.rantil@tink.se>
| 2020-06-13 22:59:51+02:00
docs(session): add missing full stop (#1456)
...for full sentence comment. This makes the comment consistent with the
rest of the documentation.
34d63c34fb7b5ec55b681f567429a52e77ca9fea | Author: Jens Rantil <jens.rantil@tink.se>
| 2020-06-13 22:59:31+02:00
style: gofmt all files (#1457)
I executed
$ gofmt -w *.go
locally. This came out of https://github.com/gocql/gocql/pull/1456 where
my editor proposed making certain format changes.