iotaledger / sandbox

14 stars 11 forks source link

not compile #6

Closed kostyaBro closed 6 years ago

kostyaBro commented 7 years ago

_eliot@eliot-GT70:~/prodjects/PMT/iota/sandbox[Googlecloud]$ go build -o sandbox-server ./cmd/server/ # _/home/eliot/prodjects/PMT/iota/sandbox_Googlecloud/cmd/server cmd/server/main.go:565: too many arguments in call to psClient.CreateSubscription have ("golang.org/x/net/context".Context, string, "cloud.google.com/go/pubsub".Topic, time.Duration, nil) want ("golang.org/x/net/context".Context, string, "cloud.google.com/go/pubsub".SubscriptionConfig) cmd/server/main.go:587: too many arguments in call to psClient.CreateSubscription have ("golang.org/x/net/context".Context, string, "cloud.google.com/go/pubsub".Topic, time.Duration, nil) want ("golang.org/x/net/context".Context, string, "cloud.google.com/go/pubsub".SubscriptionConfig)

knarz commented 7 years ago

Did you do a glide install beforehand?