Skip to content

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

Notifications You must be signed in to change notification settings

goriller/GomultiGenerator

Repository files navigation

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 ✔️

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages