Add build constraint for non-Windows systems

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

View file

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