Skip to content

Commit

Permalink
remove build tag "// +build" because we don't support go < 1.18 any m…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Mar 6, 2023
1 parent 696afbd commit 3656e47
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion allocate_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package chromedp

Expand Down
1 change: 0 additions & 1 deletion allocate_other.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

package chromedp

Expand Down
1 change: 0 additions & 1 deletion device/gen.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore

package main

Expand Down
1 change: 0 additions & 1 deletion kb/gen.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build ignore
// +build ignore

package main

Expand Down

0 comments on commit 3656e47

Please sign in to comment.