Add Go language server

This commit is contained in:
Elnu 2023-07-15 11:19:27 -07:00
parent 1e9da0190a
commit 9a00bf481c

View file

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