Commit Graph

2 Commits

Author SHA1 Message Date
Kir Kolyshkin 1a91ad11dc Use gofmt -s on sources
Brought to you by

	git ls-files \*.go | grep -Ev '/?vendor/' | xargs gofmt -w -s

I thought this should be caught by gofmt/gofumpt linters (that are part
of golangci-lint army) but I guess this did not happen because the
version of golangci-lint is a tad old.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2024-08-09 17:25:59 -07:00
Maya Rashish 8465c4c1b8 Use freebsd files for NetBSD too
NetBSD allows build-time configuration of paths, so will need to patch
this file anyway, but not needing to create a new file will be easier.

Signed-off-by: Maya Rashish <maya@NetBSD.org>
2024-06-01 08:43:58 -04:00