Skip to content

Commit fdbb091

Browse files
build(database): remove linux build tags from db package
1 parent 9f5ad23 commit fdbb091

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

coderd/database/db_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build linux
2-
31
package database_test
42

53
import (

coderd/database/dbtestutil/postgres_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build linux
2-
31
package dbtestutil_test
42

53
import (

coderd/database/migrations/migrate_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build linux
2-
31
package migrations_test
42

53
import (

coderd/database/pubsub/pubsub_linux_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build linux
2-
31
package pubsub_test
42

53
import (

coderd/database/querier_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build linux
2-
31
package database_test
42

53
import (

0 commit comments

Comments
 (0)