Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 278 Bytes

tips.md

File metadata and controls

21 lines (11 loc) · 278 Bytes

Tips in vim for godev

Build It

:GoBuild

Or press the <leader>b key (default is backslash)

Run It

:GoRun

Generate Interface

:GoImpl

Works best when you have your cursor over a struct

Moar

fatih tutorial