mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-05 16:37:20 -04:00
.
This commit is contained in:
@@ -25,7 +25,7 @@ Below is a recap of the main changes made since:
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
$ go get github.com/jessp01/highlight
|
$ go get github.com/jessp01/gohighlight
|
||||||
```
|
```
|
||||||
|
|
||||||
Be sure to point your code to the correct path of `syntax_files`.
|
Be sure to point your code to the correct path of `syntax_files`.
|
||||||
@@ -46,7 +46,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
"github.com/jessp01/highlight"
|
"github.com/jessp01/gohighlight"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user