basefiles for structure

This commit is contained in:
lukas 2023-12-04 14:40:02 +01:00
parent c1125da746
commit 25df36d24f
3 changed files with 15 additions and 0 deletions

5
api/server.go Normal file
View File

@ -0,0 +1,5 @@
package api
func serve() {
}

5
db/init.go Normal file
View File

@ -0,0 +1,5 @@
package db
func init() {
}

5
init/init.go Normal file
View File

@ -0,0 +1,5 @@
package init
func init() {
}