blackfriday/go.mod
Kir Kolyshkin 665c4def65 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>
2020-03-23 19:11:51 -07:00

4 lines
48 B
Modula-2

module github.com/russross/blackfriday
go 1.13