From 60b12e3bd1d3633af8c5a6fe5b54b634aaeb1a6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <jose.carlos@menteslibres.net>
Date: Sat, 26 Apr 2014 13:29:40 -0500
Subject: [PATCH] Shortening description.

---
 db.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db.go b/db.go
index efca4a99..fc7ee6f0 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 (
-- 
GitLab