[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.

chore(vhs): improve iferr demo

+1 -1
vhs/iferr.gif

This is a binary file and will not be displayed.

+1 -1
vhs/iferr.go
··· 1 1 package demos 2 2 3 - func ifErr() { 3 + func ifErr() error { 4 4 out, err := doSomething() 5 5 6 6 _ = out