8 lines
86 B
Go
8 lines
86 B
Go
package main
|
|
|
|
import "git.dafu.dev/dafu/gomailer/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|