Subject: CVS commit: pkgsrc/devel/gopls
From: Thomas Klausner
Date: 2021-04-25 23:28:40
Message id: 20210425212840.83FC2FA95@cvs.NetBSD.org

Log Message:
gopls: update to 0.6.10.

Features

t.Fatal snippet

If you trigger completion in a test function, on the line after a
call to a function that returns an error, you will be offered a
completion snippet for:

if err != nil {
    t.Fatal(err) }

Experimental

Postfix completion snippets

Postfix completions are a new style of completions that can save
you time by inserting more complex pieces of commonly-written code.
All of the results end with !. Enable this feature by setting
"ui.completion.experimentalPostfixCompletions": true.

Files:
RevisionActionfile
1.26modifypkgsrc/devel/gopls/Makefile
1.16modifypkgsrc/devel/gopls/distinfo
1.13modifypkgsrc/devel/gopls/go-modules.mk