Fix go 1.11 and go get compatibility

This commit is contained in:
Tulir Asokan
2019-05-12 17:34:47 +03:00
parent bedbc3d10a
commit 4bcdcd1ccd
5 changed files with 23 additions and 41 deletions

View File

@ -19,7 +19,7 @@ package bfhtml
import (
"io"
bf "github.com/russross/blackfriday/v2"
bf "gopkg.in/russross/blackfriday.v2"
)
type HTMLRenderer struct {