|
|
@@ -4,7 +4,9 @@ Style terminal text.
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
-```go get github.com/labstack/gommon/color```
|
|
|
+```sh
|
|
|
+go get github.com/labstack/gommon/color
|
|
|
+```
|
|
|
|
|
|
## Windows?
|
|
|
|
|
|
@@ -12,6 +14,10 @@ Try [cmder](http://bliker.github.io/cmder) or https://github.com/mattn/go-colora
|
|
|
|
|
|
## [Usage](https://github.com/labstack/gommon/blob/master/color/color_test.go)
|
|
|
|
|
|
+```sh
|
|
|
+import github.com/labstack/gommon/color
|
|
|
+```
|
|
|
+
|
|
|
### Colored text
|
|
|
|
|
|
```go
|