diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-05 10:06:35 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-05 10:06:35 -0700 |
| commit | e67533e226a1705ed1560d23c1aea63e2220677d (patch) | |
| tree | f72d86a3e9cdfa22fd51a2d369511770a3de1d2d | |
| parent | d4dabeab404a904392a2ddc2d0daa0aef500b44b (diff) | |
| download | sqlr-e67533e226a1705ed1560d23c1aea63e2220677d.tar.zst | |
Update package comment.
| -rw-r--r-- | sqlr.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -// Package sqlr ("squealer") provides some convenience wrappers around -// database/sql in the spirit of encoding/json. +// Package sqlr provides some convenience wrappers around database/sql +// in the spirit of encoding/json. package sqlr import ( |
