Becoming go module

This commit is contained in:
nemunaire 2020-11-20 15:55:54 +01:00
parent c9d64640e2
commit ec2f61cd2d
4 changed files with 393 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import (
"time"
"github.com/julienschmidt/httprouter"
"gopkg.in/russross/blackfriday.v2"
"github.com/russross/blackfriday/v2"
)
func init() {