Skip to content

Commit

Permalink
chore: fix deprecated build tag format (sqlc-dev#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored and lisitsky committed Jun 21, 2024
1 parent 40c19bd commit 3d1fe6b
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion examples/authors/mysql/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package authors

Expand Down
1 change: 0 additions & 1 deletion examples/authors/postgresql/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package authors

Expand Down
1 change: 0 additions & 1 deletion examples/authors/sqlite/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package authors

Expand Down
1 change: 0 additions & 1 deletion examples/batch/postgresql/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package batch

Expand Down
1 change: 0 additions & 1 deletion examples/booktest/mysql/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package booktest

Expand Down
1 change: 0 additions & 1 deletion examples/booktest/postgresql/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package booktest

Expand Down
1 change: 0 additions & 1 deletion examples/booktest/sqlite/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package booktest

Expand Down
1 change: 0 additions & 1 deletion examples/ondeck/mysql/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package ondeck

Expand Down
1 change: 0 additions & 1 deletion examples/ondeck/postgresql/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package ondeck

Expand Down
1 change: 0 additions & 1 deletion examples/ondeck/sqlite/db_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package ondeck

Expand Down
1 change: 0 additions & 1 deletion internal/endtoend/vet_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build examples
// +build examples

package main

Expand Down
1 change: 0 additions & 1 deletion internal/engine/postgresql/parse_default.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows && cgo
// +build !windows,cgo

package postgresql

Expand Down
1 change: 0 additions & 1 deletion internal/engine/postgresql/parse_wasi.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows || !cgo
// +build windows !cgo

package postgresql

Expand Down
1 change: 0 additions & 1 deletion internal/engine/postgresql/parser/parser_default.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows && cgo
// +build !windows,cgo

package parser

Expand Down
1 change: 0 additions & 1 deletion internal/engine/postgresql/parser/parser_wasi.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows || !cgo
// +build windows !cgo

package parser

Expand Down

0 comments on commit 3d1fe6b

Please sign in to comment.