init module

This commit is contained in:
Risotto Bias 2024-12-29 03:39:12 -07:00
parent 017385a162
commit 53132ffebd
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/notice
go 1.22.5

3
mailer.go Normal file
View file

@ -0,0 +1,3 @@
package notice
// mailer interface

3
settings.go Normal file
View file

@ -0,0 +1,3 @@
package notice
// settings interface