Internal change.

PiperOrigin-RevId: 511423100
This commit is contained in:
gVisor bot
2023-02-22 01:05:35 -08:00
parent 7a0c4b5745
commit ab51cab6ad
2 changed files with 4 additions and 4 deletions
@@ -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