init module
This commit is contained in:
parent
3436ffc01e
commit
15113c9ea4
3 changed files with 9 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.bivouac.wiki/use/haunt
|
||||
|
||||
go 1.22.5
|
3
middleware.go
Normal file
3
middleware.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package haunt
|
||||
|
||||
// middleware
|
3
prefs.go
Normal file
3
prefs.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package haunt
|
||||
|
||||
// prefs interface
|
Loading…
Reference in a new issue