// package serv_web -- веб-сервер для графики package serv_web import ( "github.com/gofiber/fiber/v2" ) type СервВеб struct { роутер fiber.App }