Skip to content

Commit

Permalink
chore: remove go:build
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 17, 2022
1 parent 9125233 commit 2fb8d92
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions block_fuzz_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build go1.18

package ch

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/compress/fuzz_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build go1.18

package compress

import (
Expand Down
2 changes: 0 additions & 2 deletions proto/col_low_cardinality_go118.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build go1.18

package proto

import "math"
Expand Down
2 changes: 0 additions & 2 deletions proto/col_low_cardinality_go118_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build go1.18

package proto

import (
Expand Down
2 changes: 0 additions & 2 deletions proto/query_fuzz_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build go1.18

package proto

import (
Expand Down

0 comments on commit 2fb8d92

Please sign in to comment.