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