Class GolangFmtMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="fmt",
      defaultPhase=PROCESS_SOURCES,
      threadSafe=true,
      requiresDependencyResolution=NONE)
public class GolangFmtMojo
extends AbstractGoPackageAndDependencyAwareMojo
The Mojo wraps the 'fmt' command.