Skip to content

Commit

Permalink
Add build directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Karn committed Mar 25, 2024
1 parent f59ef28 commit 2351be7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions errors/retrier.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build go1.18
// +build go1.18

package errorsext

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

package errorsext

import (
Expand Down
3 changes: 3 additions & 0 deletions net/http/retrier.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build go1.18
// +build go1.18

package httpext

import (
Expand Down
3 changes: 3 additions & 0 deletions net/http/retrier_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build go1.18
// +build go1.18

package httpext

import (
Expand Down

0 comments on commit 2351be7

Please sign in to comment.