Commit c3e50547 authored by Maciej Mis's avatar Maciej Mis Committed by Tomasz Zawadzki
Browse files

go/rpc: Removal of spdk.go file



This is the original commit message with this file creation:
"The only purpose at the moment is to allow vendoring of the SPDK
source code into Go projects which manage dependencies with the "dep"
tool. That tool is designed for Go projects and as a sanity check
rejects any dependency which does not have at least one Go file, at
least at the moment"

Since we introduced new Go files there is no need to keep this file anymore.

Change-Id: Ia6f56a8e56a14f6ef00a2302002fb21f0832a95e
Signed-off-by: default avatarMaciej Mis <maciej.mis@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19012


Reviewed-by: default avatarSebastian Brzezinka <sebastian.brzezinka@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <ben@nvidia.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Community-CI: Mellanox Build Bot
parent b4edc727
Loading
Loading
Loading
Loading

go/spdk.go

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
/*   SPDX-License-Identifier: BSD-3-Clause
 *   Copyright (C) 2018 Intel Corporation.
 *   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