add dev directory for tracking dev dependencies via vgo

(cherry picked from commit d4026c4e801c0957b1ebbba5bb1ffbb8e3e77feb)
This commit is contained in:
Bryan White 2018-04-17 11:09:22 -04:00
parent 9759ca5f56
commit 18276e9118
2 changed files with 8 additions and 0 deletions

3
dev/go.mod Normal file
View File

@ -0,0 +1,3 @@
module "storj.io/storj/dev"
require "github.com/golang/protobuf" v1.0.0

5
dev/main.go Normal file
View File

@ -0,0 +1,5 @@
package main // import "storj.io/storj/dev"
import (
"github.com/golang/protobuf/protoc-gen-go"
)