Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.08 KB

GoMuiltGenerator

IntelliJ IDEA / GoLand plugin for generating Builder pattern code of Go struct from selected struct code.

Plugin for generating Builder pattern code of Go struct from selected struct code.

install

Download the GoMuiltGenerator.jar file to the local

  • In the Settings/Preferences dialog ⌘,, select Plugins.
  • On the Plugins page, click The Settings button and then click Install Plugin from Disk.
  • Select the plugin archive file and click OK.
  • Click OK to apply the changes and restart the IDE if prompted.

How to use

select the struct code:

Alt + B: create data build ✔️

Alt + C: create handler func ✔️

Alt + M: create handler func method ✔️

Alt + T: create struct tags ✔️