init module
This commit is contained in:
parent
c144c1da85
commit
ea4a16a31e
5 changed files with 13 additions and 0 deletions
3
add.go
Normal file
3
add.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package guestbook
|
||||
|
||||
// add visit
|
3
audit.go
Normal file
3
audit.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package guestbook
|
||||
|
||||
// view guestbook
|
3
basis.go
Normal file
3
basis.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package guestbook
|
||||
|
||||
// basis middleware for reading history
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.bivouac.wiki/use/guestbook
|
||||
|
||||
go 1.22.5
|
1
middleware.go
Normal file
1
middleware.go
Normal file
|
@ -0,0 +1 @@
|
|||
package guestbook
|
Loading…
Reference in a new issue