mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 511423100
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build go1.18 && go1.1
|
||||
// +build go1.18,go1.1
|
||||
//go:build go1.18
|
||||
// +build go1.18
|
||||
|
||||
package lib
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !go1.18 && go1.1
|
||||
// +build !go1.18,go1.1
|
||||
//go:build !go1.18
|
||||
// +build !go1.18
|
||||
|
||||
package lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user