mirror of
https://github.com/danog/blackfriday.git
synced 2025-01-23 05:41:27 +01:00
parent
2e7d690972
commit
52f7a2a7b0
@ -26,13 +26,12 @@ With Go 1 and git installed:
|
|||||||
go get github.com/russross/blackfriday
|
go get github.com/russross/blackfriday
|
||||||
|
|
||||||
will download, compile, and install the package into your `$GOPATH`
|
will download, compile, and install the package into your `$GOPATH`
|
||||||
directory hierarchy. Alternatively, you can import it into a
|
directory hierarchy. Alternatively, you can achieve the same if you
|
||||||
project:
|
import it into a project:
|
||||||
|
|
||||||
import "github.com/russross/blackfriday"
|
import "github.com/russross/blackfriday"
|
||||||
|
|
||||||
and when you build that project with `go build`, blackfriday will be
|
and `go get` without parameters.
|
||||||
downloaded and installed automatically.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user