Skip to content

Commit

Permalink
Move commands in to cmd subdirectory
Browse files Browse the repository at this point in the history
- Add package synopsis for godoc
- Update gitignore
  • Loading branch information
jhillyerd committed Dec 3, 2016
1 parent 7190234 commit 47f76d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ _testmain.go
# vim swp files
*.swp

/mime-dump/mime-dump
/mime-extractor/mime-extractor
cmd/mime-dump/mime-dump
cmd/mime-extractor/mime-extractor
File renamed without changes.
1 change: 1 addition & 0 deletions mime-dump/mime-dump.go → cmd/mime-dump/mime-dump.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package main outputs a markdown formatted document describing the provided email
package main

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package main extracts attachments from the provided email
package main

import (
Expand Down

0 comments on commit 47f76d7

Please sign in to comment.