infobloxopen / atlas-cli

Apache License 2.0
14 stars 45 forks source link

unusable project created by default #35

Closed daniel-garcia closed 5 years ago

daniel-garcia commented 5 years ago

Reproduction Steps:

atlas init-app -db -name acme -pubsub

Project is created. But does not compile.


# github.com/infobloxopen/acme/cmd/server
./grpc.go:40:12: undefined: svc
./grpc.go:44:2: undefined: pb
./main.go:5:2: imported and not used: "flag"
./main.go:9:2: imported and not used: "github.com/infobloxopen/acme/vendor/github.com/grpc-ecosystem/go-grpc-middleware" as grpc_middleware
./main.go:10:2: imported and not used: "github.com/infobloxopen/acme/vendor/github.com/grpc-ecosystem/go-grpc-middleware/validator" as grpc_validator
./main.go:81:34: undefined: fmt
./main.go:96:26: undefined: strings
./main.go:99:3: undefined: log
./main.go:102:4: undefined: log
./main.go:105:3: undefined: log
./main.go:105:3: too many errors```
daniel-garcia commented 5 years ago

was using an older version of the toolkit.