This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
packagemain
import(
"github.com/gin-gonic/gin"
)
funcmain(){
// Создаем новый экземпляр Gin
r:=gin.Default()
// Настройка конечных точек
SetupRoutes(r)
// Запуск сервера (для запуска на ХОСТЕВМЕСТО localhost вставить IP сервера)