From 4e6b6796f3909c007f21a3c22798991be432f30c Mon Sep 17 00:00:00 2001 From: Mikhail Klementyev Date: Thu, 28 Jul 2016 22:43:53 +0300 Subject: [PATCH] Add brief description --- commands/commands.go | 1 + storage/storage.go | 1 + 2 files changed, 2 insertions(+) diff --git a/commands/commands.go b/commands/commands.go index 8d10eab..5d61e2e 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -3,6 +3,7 @@ * @author Mikhail Klementyev jollheefriseup.net * @license GNU GPLv3 * @date July, 2016 + * @brief Command line options ('wi (get|link|...)') */ package commands diff --git a/storage/storage.go b/storage/storage.go index 2d7d5e8..f0d08f5 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -3,6 +3,7 @@ * @author Mikhail Klementyev jollheefriseup.net * @license GNU GPLv3 * @date July, 2016 + * @brief Database functions */ package storage