Merge pull request #586 from kolyshkin/gomod

go.mod: add go version
This commit is contained in:
Russ Ross 2020-03-25 09:18:22 -06:00 committed by GitHub
commit abb995c466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

@ -1 +1,3 @@
module github.com/russross/blackfriday
go 1.13