Subject: CVS commit: pkgsrc/devel/gopls
From: Thomas Klausner
Date: 2021-08-10 21:28:33
Message id: 20210810192833.B6B33FA97@cvs.NetBSD.org

Log Message:
gopls: update to 0.7.1.

Features

Experimental

Support go.work files (proposal)

In order to better support the new proposal for a multi-module
workspace mode (golang/go#45713), gopls has added support for
go.work files. Try adding a go.work file to the root of your module
(you still need to enable experimentalWorkspaceModule mode) and
try out the proposal!

Use invalid metadata

Set experimentalUseInvalidMetadata to true in your settings, and
gopls will reuse outdated metadata until new package metadata has
been successfully reloaded. This is useful if your go.mod file is
temporarily invalid. In a future release, this setting will be
moved out of experimental and deleted.

Files:
RevisionActionfile
1.32modifypkgsrc/devel/gopls/Makefile
1.19modifypkgsrc/devel/gopls/distinfo
1.16modifypkgsrc/devel/gopls/go-modules.mk