add dev directory for tracking dev dependencies via vgo
(cherry picked from commit d4026c4e801c0957b1ebbba5bb1ffbb8e3e77feb)
This commit is contained in:
parent
9759ca5f56
commit
18276e9118
3
dev/go.mod
Normal file
3
dev/go.mod
Normal file
@ -0,0 +1,3 @@
|
||||
module "storj.io/storj/dev"
|
||||
|
||||
require "github.com/golang/protobuf" v1.0.0
|
5
dev/main.go
Normal file
5
dev/main.go
Normal file
@ -0,0 +1,5 @@
|
||||
package main // import "storj.io/storj/dev"
|
||||
|
||||
import (
|
||||
"github.com/golang/protobuf/protoc-gen-go"
|
||||
)
|
Loading…
Reference in New Issue
Block a user