basefiles for structure
This commit is contained in:
parent
c1125da746
commit
25df36d24f
5
api/server.go
Normal file
5
api/server.go
Normal file
@ -0,0 +1,5 @@
|
||||
package api
|
||||
|
||||
func serve() {
|
||||
|
||||
}
|
5
db/init.go
Normal file
5
db/init.go
Normal file
@ -0,0 +1,5 @@
|
||||
package db
|
||||
|
||||
func init() {
|
||||
|
||||
}
|
5
init/init.go
Normal file
5
init/init.go
Normal file
@ -0,0 +1,5 @@
|
||||
package init
|
||||
|
||||
func init() {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user