flint 2.2.0

The filesystem linter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package version

import (
	"runtime"
)

var (
	Version      = "1.6.0"
	UTCBuildTime = "undefined"
	GitCommit    = "undefined"
	OS           = runtime.GOOS
	Arch         = runtime.GOARCH
	GoVersion    = "undefined"
)