Rearrange folders, and separate functionality
This commit is contained in:
parent
dc58253ad9
commit
d26e7b8345
5 changed files with 76 additions and 59 deletions
8
internal/controllers/routes.go
Normal file
8
internal/controllers/routes.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
router := gin.Default()
|
||||
router.GET("/test", runTest)
|
||||
|
||||
router.Run("localhost:8080")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue