gopls: remove unnecessary go input (#96270)

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2020-08-25 13:38:00 +02:00 committed by GitHub
parent 5f1966f775
commit 334ade0633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, go, buildGoModule, fetchgit }:
{ stdenv, buildGoModule, fetchgit }:
buildGoModule rec {
pname = "gopls";