mirror of
https://github.com/axllent/mailpit.git
synced 2024-12-24 22:14:33 +02:00
8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import "github.com/axllent/mailpit/sendmail/cmd"
|
|
|
|
func main() {
|
|
cmd.Run()
|
|
}
|