mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
8 lines
86 B
Go
8 lines
86 B
Go
package middleware
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func Auth(c *gin.Context) {
|
|
|
|
}
|