Add Go language server

main
Elnu 2 years ago
parent 94188084e1
commit a43e440022

@ -3,5 +3,6 @@
pkgs.mkShell {
buildInputs = with pkgs; [
go
gopls
];
}