Update build tag to latest format

This commit is contained in:
James Hewitt
2023-05-12 14:32:28 +01:00
parent 184b3ef7cb
commit e1b2bfab4e

View File

@@ -1,4 +1,5 @@
// +build windows //go:build windows
package main package main
// Windows doesn't support process backgrounding like *nix. // Windows doesn't support process backgrounding like *nix.