[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo (#25)

authored by

Pavel and committed by
GitHub
cc46546a b5c33585

+1 -1
+1 -1
lua/gopher/impl.lua
··· 28 28 29 29 if #args == 0 then 30 30 iface = vim.fn.input "impl: generating method stubs for interface: " 31 - vim.cmd "redeaw!" 31 + vim.cmd "redraw!" 32 32 if iface == "" then 33 33 u.notify("usage: GoImpl f *File io.Reader", "info") 34 34 return