mirror of
https://github.com/directorz/mailfull-go.git
synced 2025-12-17 17:47:04 +00:00
Move Meta to cmd package
This commit is contained in:
@@ -4,12 +4,13 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
mailfull "github.com/directorz/mailfull-go"
|
||||
"github.com/directorz/mailfull-go"
|
||||
"github.com/directorz/mailfull-go/cmd"
|
||||
)
|
||||
|
||||
// CmdAliasUserMod represents a CmdAliasUserMod.
|
||||
type CmdAliasUserMod struct {
|
||||
Meta
|
||||
cmd.Meta
|
||||
}
|
||||
|
||||
// Synopsis returns a one-line synopsis.
|
||||
|
||||
Reference in New Issue
Block a user