Run go fix, corrects mostly build tags

This commit is contained in:
Neil Alexander
2026-01-18 14:47:18 +00:00
parent f7c6c9e1c5
commit 24482b7dbe
28 changed files with 2 additions and 31 deletions

View File

@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin
package core

View File

@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package core

View File

@@ -1,5 +1,4 @@
//go:build !darwin && !linux
// +build !darwin,!linux
package core