init module

This commit is contained in:
Risotto Bias 2024-12-29 03:39:58 -07:00
parent c144c1da85
commit ea4a16a31e
5 changed files with 13 additions and 0 deletions

3
add.go Normal file
View file

@ -0,0 +1,3 @@
package guestbook
// add visit

3
audit.go Normal file
View file

@ -0,0 +1,3 @@
package guestbook
// view guestbook

3
basis.go Normal file
View file

@ -0,0 +1,3 @@
package guestbook
// basis middleware for reading history

3
go.mod Normal file
View file

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

1
middleware.go Normal file
View file

@ -0,0 +1 @@
package guestbook