From 99dc72422a6e196f2c990cf3e776f0fc87a4e734 Mon Sep 17 00:00:00 2001 From: mattes Date: Wed, 13 Aug 2014 03:58:36 +0200 Subject: [PATCH] update comments --- main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index e00845a..ce0a5b7 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,6 @@ -// Package main is the CLI +// Package main is the CLI. +// You can use the CLI via Terminal. +// import "github.com/mattes/migrate/migrate" for usage within Go. package main import (