Skip to content

Commit cc5119a

Browse files
authored
Remove old duplicate build constraints (#625)
## Changes - Resolving the fix for ``` buildtag: +build line is no longer needed (govet) // +build !windows ``` ## Checklist <!-- Put an `x` in the boxes. All tasks must be completed and boxes checked before merging. --> - [x] 🤖 This change is covered by unit tests (if applicable). - [x] 🤹 Manual testing has been performed (if necessary). - [x] 🛡️ Security impacts have been considered (if relevant). - [x] 📖 Documentation updates are complete (if required). - [x] 🧠 Third-party dependencies and TPIP updated (if required).
1 parent 40369cd commit cc5119a

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

cmd/installer/root_unix_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
/* SPDX-License-Identifier: Apache-2.0 */
54
/* Copyright Contributors to the cpackget project. */

cmd/installer/root_windows_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
/* SPDX-License-Identifier: Apache-2.0 */
54
/* Copyright Contributors to the cpackget project. */

cmd/utils/signal_unix_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
/* SPDX-License-Identifier: Apache-2.0 */
54
/* Copyright Contributors to the cpackget project. */

cmd/utils/signal_windows_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
/* SPDX-License-Identifier: Apache-2.0 */
54
/* Copyright Contributors to the cpackget project. */

0 commit comments

Comments
 (0)