diff --git a/db.go b/db.go index efca4a99dce6c33e4bbdd050e5ded9b384c617f6..fc7ee6f06f69eb934f056096c1f71735166c0b20 100644 --- a/db.go +++ b/db.go @@ -21,8 +21,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -// The main goal of the upper.io/db package is to provide a simple way to store -// data in permanent storage with Go. +// upper.io/db is a package that deals with saving and retrieving data from +// different databases using a reduced instruction set. package db import (