Skip to content

Instantly share code, notes, and snippets.

@Mr-Malomz
Created October 21, 2022 15:15
Show Gist options
  • Save Mr-Malomz/3e871cf1700c1d50fdc9ffb4d7c90814 to your computer and use it in GitHub Desktop.
Save Mr-Malomz/3e871cf1700c1d50fdc9ffb4d7c90814 to your computer and use it in GitHub Desktop.
package api
import "github.com/gin-gonic/gin"
type Config struct {
Router *gin.Engine
}
func (app *Config) Routes() {
//routes will come here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment