init module
This commit is contained in:
parent
0a520d8604
commit
165deebd9c
2 changed files with 6 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.bivouac.wiki/use/devicecookie
|
||||
|
||||
go 1.22.5
|
3
middleware.go
Normal file
3
middleware.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package devicecookie
|
||||
|
||||
// middleware
|
Loading…
Reference in a new issue