Skip to content

Commit

Permalink
Reflect use for Go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Nov 7, 2018
1 parent 5a7f157 commit 2d0bbc9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Minify <a name="minify"></a> [![Build Status](https://travis-ci.org/tdewolff/minify.svg?branch=master)](https://travis-ci.org/tdewolff/minify) [![GoDoc](http://godoc.org/github.com/tdewolff/minify?status.svg)](http://godoc.org/github.com/tdewolff/minify) [![Coverage Status](https://coveralls.io/repos/github/tdewolff/minify/badge.svg?branch=master)](https://coveralls.io/github/tdewolff/minify?branch=master) [![Join the chat at https://gitter.im/tdewolff/minify](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tdewolff/minify?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

***BE AWARE: YOU NEED GO VERSION 1.9.7+, 1.10.3+, 1.11.X to run the latest release, otherwise use minify@v2.3.6 and parse@v2.3.4***

---

**[Online demo](https://go.tacodewolff.nl/minify) if you need to minify files *now*.**

**[Command line tool](https://github.com/tdewolff/minify/tree/master/cmd/minify) that minifies concurrently and supports watching file changes.**
Expand Down Expand Up @@ -72,7 +76,7 @@ This minifier proves to be that fast and extensive minifier that can handle HTML
## Installation
Run the following command

go get -u github.com/tdewolff/minify
go get -u github.com/tdewolff/minify/v2

or add the following imports and run the project with `go get`
``` go
Expand Down

0 comments on commit 2d0bbc9

Please sign in to comment.