mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
go.mod: add go version
This is a result of running `go mod tidy` using go 1.13.6. In my devel toolchain (vim-go -> gopls -> go 1.13), go apparently wants to add this line to go.mod, but since the modules are read-only, it fails, which leads to gopls failing, too. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
41c5fccfd6
commit
665c4def65