diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-14 18:37:20 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-14 18:37:20 +0000 |
| commit | 1290e823ca40471136d8dfccfe741c17a80c4d35 (patch) | |
| tree | 2fdac15b1cc908cabdd8e81f25749ae984b27b44 /cmd/license/main.go | |
| parent | b75b53a6ac5653a79fc1c7bf95b9fb8a85ce71de (diff) | |
| download | x-1290e823ca40471136d8dfccfe741c17a80c4d35.tar.xz x-1290e823ca40471136d8dfccfe741c17a80c4d35.zip | |
docs
Diffstat (limited to 'cmd/license/main.go')
| -rw-r--r-- | cmd/license/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/license/main.go b/cmd/license/main.go index 56d639d..f593209 100644 --- a/cmd/license/main.go +++ b/cmd/license/main.go @@ -1,3 +1,4 @@ +// Command license is a simple software license generator. package main import ( @@ -10,8 +11,8 @@ import ( "text/template" "time" - "within.website/x/internal" "within.website/x/cmd/license/licenses" + "within.website/x/internal" ) var ( |
