basefiles for structure
This commit is contained in:
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() {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user