Projects
/
mailmux
/
tree
/ mailmux.go
Blob
Date:
Tue Apr 12 04:18:17 2022 UTC
Message:
wip
Actions:
History
|
Blame
|
Raw File
1
package mailmux
2
3
type Alias struct {
4
recipient string
5
destination string
6
}