Switch to Go modules and make other changes

This commit is contained in:
Tulir Asokan
2019-01-11 23:28:47 +02:00
parent 2fc3378b71
commit 331597b9f8
347 changed files with 189 additions and 81573 deletions

View File

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