//go:build !api // +build !api package api import ( "github.com/gin-gonic/gin" ) func Enable(router *gin.Engine) { }