Add backend pkg
This commit is contained in:
parent
93de96a456
commit
e01dc63218
2 changed files with 8 additions and 0 deletions
3
backend/go.mod
Normal file
3
backend/go.mod
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module git.zervo.org/zervo/website/backend
|
||||
|
||||
go 1.25.4
|
||||
5
backend/main.go
Normal file
5
backend/main.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue