Skip to content

Commit

Permalink
Guard pg_query.go with not windows as well (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Dec 5, 2023
1 parent 3c8cb1b commit 7463430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg_query.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build cgo
// +build cgo
//go:build cgo && !windows
// +build cgo,!windows

package pg_query

Expand Down

0 comments on commit 7463430

Please sign in to comment.