fix: use new build tags

unix-build
sammyette 2024-07-19 09:21:28 -04:00
parent d1c6259056
commit 394686c9ae
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
11 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
// +build unix
//go:build unix
package main

View File

@ -1,4 +1,4 @@
// +build windows
//go:build windows
package main

View File

@ -1,4 +1,4 @@
// +build windows
//go:build windows
package main

View File

@ -1,4 +1,5 @@
// +build darwin unix
//go:build unix
package main
import (

View File

@ -1,4 +1,4 @@
// +build windows
//go:build windows
package main

View File

@ -1,4 +1,4 @@
// +build pprof
//go:build pprof
package main

View File

@ -1,4 +1,4 @@
// +build unix
//go:build unix
package main

View File

@ -1,4 +1,4 @@
// +build windows
//go:build windows
package main

View File

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

View File

@ -1,4 +1,4 @@
// +build unix
//go:build unix
package main

View File

@ -1,4 +1,4 @@
// +build windows
//go:build windows
package main