package devops import "github.com/gin-gonic/gin" func AngryHandler(c *gin.Context) { c.Data(200, "text/plain; charset=utf-8", []byte("Чё пасёшь?")) }