Skip to content

redundant-build-tag

Remove redundant legacy build tags.

Updated View as Markdown

Default severity: warning

Remove redundant legacy build tags.

Bad

//go:build linux || darwin
// +build linux darwin

Good

//go:build linux || darwin
Navigation

Type to search…

↑↓ navigate↵ selectEsc close