Class GofmtFormatStep

java.lang.Object
com.diffplug.spotless.go.GofmtFormatStep

public class GofmtFormatStep extends Object
Note: gofmt doesn't have a version flag, because it's part of standard Go distribution. So `go` executable can be used to determine base path and version, and path to gofmt can be built from it.