Becoming go module
This commit is contained in:
parent
c9d64640e2
commit
ec2f61cd2d
4 changed files with 393 additions and 2 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/julienschmidt/httprouter"
|
||||
"gopkg.in/russross/blackfriday.v2"
|
||||
"github.com/russross/blackfriday/v2"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Reference in a new issue