Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 331 Bytes

autoimpl

auto generate interface stub for golang struct.

dependance

  • vscode-go extesion
  • go get -u github.com/josharian/impl

demo

  • Press Command+I or input Pick interface and generate stub in command line palette
  • Input interface name
  • Pick one interface and press Enter
  • Oopps! demo