2022-06-03 19:15:11 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
* Copyright (C) 2018 Intel Corporation.
|
2018-06-25 12:18:57 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// spdk might one day provide Go bindings for the SPDK RPC API.
|
|
|
|
// At the moment all that it does is allowing a Go project
|
|
|
|
// to vendor in the SPDK source code via dep with this
|
|
|
|
// in Gopkg.toml:
|
|
|
|
//
|
|
|
|
// required = ["github.com/spdk/spdk/go"]
|
|
|
|
//
|
|
|
|
// [prune]
|
|
|
|
// go-tests = true
|
|
|
|
// unused-packages = true
|
|
|
|
//
|
|
|
|
// [[prune.project]]
|
|
|
|
// name = "github.com/spdk/spdk"
|
|
|
|
// go-tests = false
|
|
|
|
// unused-packages = false
|
|
|
|
|
|
|
|
package spdk
|