Fix file header in builtins_cri.go

Signed-off-by: Kevin Parsons <kevpar@microsoft.com>
This commit is contained in:
Kevin Parsons 2020-02-28 14:28:19 -08:00
parent fed8890e93
commit c7eec0c178

View File

@ -1,5 +1,4 @@
// +build linux windows
// +build !no_cri
// +build linux,!no_cri windows,!no_cri
/*
Copyright The containerd Authors.