tangled
alpha
login
or
join now
olexsmir.xyz
/
gopher.nvim
[mirror]
Make your go dev experience better
github.com/olexsmir/gopher.nvim
neovim
golang
5
fork
atom
overview
issues
pulls
pipelines
chore: fix formatting
olexsmir.xyz
2 months ago
03de1f5f
7a18d9f7
verified
This commit was signed with the committer's
known signature
.
olexsmir.xyz
SSH Key Fingerprint:
SHA256:jgjvU+VRvs7Yb9C55lzTM6bl00jEQeRWSryXOXw8taw=
options
unified
split
Changed files
+2
-1
spec
integration
iferr_test.lua
+2
-1
spec/integration/iferr_test.lua
···
14
14
child.lua [[
15
15
require("gopher").setup {
16
16
iferr = { message = 'fmt.Errorf("failed to %w", err)' }
17
17
-
} ]]
17
17
+
}
18
18
+
]]
18
19
19
20
local rs = t.setup_test("iferr/message", child, { 6, 2 })
20
21
child.cmd "GoIfErr"