]> Cypherpunks repositories - gostls13.git/commit
database/sql: add description to String method of IsolationLevel struct.
authorVladimir Kovpak <cn007b@gmail.com>
Fri, 2 Nov 2018 16:56:42 +0000 (16:56 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 2 Nov 2018 17:28:53 +0000 (17:28 +0000)
commitd6e204e71ff68b69af30b8ff0a0026bca1cbee10
tree92c7c76ddeed166903fa5996e6adefb038312787
parentf08352bd16e03555112154781afe84c3b5d6e0c8
database/sql: add description to String method of IsolationLevel struct.

Add simple description to String method of IsolationLevel struct.

Change-Id: I8bdf829c81d4895b8542a3f21437bed61c6e925d
GitHub-Last-Rev: 7e16d6a93a9560cf3a09413dfc47d0cb04bb2fde
GitHub-Pull-Request: golang/go#28560
Reviewed-on: https://go-review.googlesource.com/c/147040
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/database/sql/sql.go