mirror of
https://github.com/pushbits/server.git
synced 2025-05-11 16:07:04 +02:00
Initialize repository
This commit is contained in:
commit
1d758fcfd0
28 changed files with 1107 additions and 0 deletions
10
runner/runner.go
Normal file
10
runner/runner.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package runner
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
// Run starts the Gin engine.
|
||||
func Run(engine *gin.Engine) {
|
||||
engine.Run(":8080")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue