gofiber-minifier
Introduction
Minify is a HTML5, CSS, and JavaScript minifier implemented as a middleware for Fiber.
Minification is the process of removing all unnecessary characters from code without altering its functionality. This includes the removal of whitespace and comments, which eventually results in more compact file sizes.
Usage
import "github.com/THREATINT/gofiber-minifier/minifier"
app.Use(minifier.New())
Credits
This Fiber middleware is a thin wrapper for Minify by Taco de Wollf.
License
Release under the MIT License.
QA