Skip to content

Commit

Permalink
go.mod: add go version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kolyshkin authored and willdollman committed Feb 27, 2021
1 parent 07b35c8 commit 3f90706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module github.com/russross/blackfriday

go 1.13

0 comments on commit 3f90706

Please sign in to comment.