Learning about formatIO

This commit is contained in:
Zack
2026-09-02 16:31:26 -04:00
parent d307eb2698
commit 1bae4e44b0
14 changed files with 98 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
Root cause:
- ~/.local/share/nvim/mason/bin/gopls:1 reported expected 'package', found 'EOF' on any empty *.go (/tmp/empty.go:1:1). Valid files now show 0 diagnostics.
- ~/gitclone/letsGO/*/go.mod:1 had invalid/mixed modules (main, main.go, hello v1.23.1-1.26.5) and no go.work — gopls couldn't resolve workspace.
- ~/.config/nvim/lua/plugins/go.lua:8 used wrong plugin name "mason.nvim" (should be "mason-org/mason.nvim"), so ensure_installed never ran.