1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2026-01-25 04:25:57 +00:00

Move Meta to cmd package

This commit is contained in:
teru
2017-07-25 11:40:51 +09:00
parent 5a178c350b
commit 2e87209ad2
26 changed files with 90 additions and 60 deletions

View File

@@ -4,11 +4,12 @@ import (
"fmt"
"github.com/directorz/mailfull-go"
"github.com/directorz/mailfull-go/cmd"
)
// CmdCatchAllUnset represents a CmdCatchAllUnset.
type CmdCatchAllUnset struct {
Meta
cmd.Meta
}
// Synopsis returns a one-line synopsis.