Add build constraint for non-Windows systems

This commit is contained in:
Andy Feller 2024-12-11 22:25:08 -05:00 committed by GitHub
parent 52b845bcad
commit 56841d9cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
//go:build !windows
package extension
import (