A simple C code minifier written in Go.
Usage of ./cminifier:
-f string
Path to the input file (required).
-o string
Path to the output file. If not specified, output will be printed to the console.
go build .
Original code in Python: https://github.com/Scylardor/cminify