init module

This commit is contained in:
Risotto Bias 2024-12-29 03:39:31 -07:00
parent 2e126e8cfc
commit a96de40dd3
3 changed files with 9 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.bivouac.wiki/use/mailer
go 1.22.5

3
kv.go Normal file
View file

@ -0,0 +1,3 @@
package mailer
// kv interface (for unsubscribe links)

3
smtp.go Normal file
View file

@ -0,0 +1,3 @@
package mailer
// smtp code