all repos

gopher.nvim @ 03de1f5ffcf09ae5ac4eca2fa989c8b490adfca4

Minimalistic plugin for Go development
1 files changed, 2 insertions(+), 1 deletions(-)
chore: fix formatting
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-11-06 17:19:53 +0200
Change ID: szpkynsoulyvuowrnowsqsztqtpksuor
Parent: 7a18d9f
M spec/integration/iferr_test.lua

@@ -14,7 +14,8 @@ iferr["should add if err with custom message"] = function()

child.lua [[ require("gopher").setup { iferr = { message = 'fmt.Errorf("failed to %w", err)' } - } ]] + } + ]] local rs = t.setup_test("iferr/message", child, { 6, 2 }) child.cmd "GoIfErr"