init project
This commit is contained in:
0
contracts/.gitkeep
Normal file
0
contracts/.gitkeep
Normal file
5
contracts/routes.go
Normal file
5
contracts/routes.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package contracts
|
||||
|
||||
type Route interface {
|
||||
Register()
|
||||
}
|
||||
Reference in New Issue
Block a user