Commit Graph

2 Commits (master)

Author SHA1 Message Date
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
Bjørn Erik Pedersen 05f3235734 Add go.mod (#488) 2018-09-17 21:59:06 +03:00