Merge pull request #60 from Jamstah/buildtags

Update build tag to latest format
This commit is contained in:
Brian Buller 2023-05-15 07:49:37 -05:00 committed by GitHub
commit 7a5543df99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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