virtcontainers: move oci, uuid packages top level

This will be useful at runtime level; no need for oci or uuid to be subpkg of
virtcontainers.

While at it, ensure we run gofmt on the changed files.

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
Eric Ernst
2021-11-04 10:54:15 -07:00
parent 8acb3a32b6
commit 860f30882a
30 changed files with 26 additions and 21 deletions

View File

@@ -1,4 +1,6 @@
//go:build linux
// +build linux
// Copyright (c) 2016 Intel Corporation
// Copyright (c) 2014,2015,2016,2017 Docker, Inc.
// SPDX-License-Identifier: Apache-2.0