Fix rdt build tags for go 1.16
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
778da8bae9
commit
4e9e14c2b6
@ -1,4 +1,5 @@
|
|||||||
//go:build !no_rdt
|
//go:build !no_rdt
|
||||||
|
// +build !no_rdt
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright The containerd Authors.
|
Copyright The containerd Authors.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
//go:build no_rdt
|
//go:build no_rdt
|
||||||
|
// +build no_rdt
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright The containerd Authors.
|
Copyright The containerd Authors.
|
||||||
|
Loading…
Reference in New Issue
Block a user