Skip to content

Commit 334ade0

Browse files
gopls: remove unnecessary go input (#96270)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
1 parent 5f1966f commit 334ade0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/tools/gopls/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, go, buildGoModule, fetchgit }:
1+
{ stdenv, buildGoModule, fetchgit }:
22

33
buildGoModule rec {
44
pname = "gopls";

0 commit comments

Comments
 (0)