automation-tests/common/pkg/parse
Kir Kolyshkin b951b72412 Gofumpt the code
gofumpt is a stricter version of gofmt, basically making the code more
readable, and fixing the gocritic's octalLiterar warnings like this one:

	pkg/util/util_supported.go:26:17: octalLiteral: use new octal literal style, 0o722 (gocritic)
		return (perm & 0722) == 0700
			       ^

Generated by gofumpt -w .

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2022-04-09 16:50:11 -07:00
..
parse.go Gofumpt the code 2022-04-09 16:50:11 -07:00
parse_test.go parse: extend ValidateVolumeOpts to support advanced overlay options 2022-01-18 17:29:08 +05:30
parse_unix.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 11:04:40 +01:00