Fix rdt build tags for go 1.16

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2022-01-19 11:09:29 -08:00
parent 778da8bae9
commit 4e9e14c2b6
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
//go:build !no_rdt
// +build !no_rdt
/*
Copyright The containerd Authors.

View File

@@ -1,4 +1,5 @@
//go:build no_rdt
// +build no_rdt
/*
Copyright The containerd Authors.