init module

This commit is contained in:
Risotto Bias 2024-12-29 03:40:25 -07:00
parent b8d8f302f0
commit e3ea2dcbf1
6 changed files with 12 additions and 0 deletions

3
go.mod Normal file
View file

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

1
guestgen.go Normal file
View file

@ -0,0 +1 @@
package csrf

3
guestvalid.go Normal file
View file

@ -0,0 +1,3 @@
package csrf
// guest routes

1
middleware.go Normal file
View file

@ -0,0 +1 @@
package csrf

1
usergen.go Normal file
View file

@ -0,0 +1 @@
package csrf

3
uservalid.go Normal file
View file

@ -0,0 +1,3 @@
package csrf
// authenticated routes