Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

go plugin gogo specified but no import path provided #563

Open
jdevelop opened this issue Jul 6, 2020 · 0 comments
Open

go plugin gogo specified but no import path provided #563

jdevelop opened this issue Jul 6, 2020 · 0 comments

Comments

@jdevelop
Copy link

jdevelop commented Jul 6, 2020

prototool.yaml

protoc:
  version: 3.11.0
lint:
  group: google
  rules:
    remove:
      - SERVICE_NAMES_API_SUFFIX
      - SERVICE_NAMES_MATCH_FILE_NAME
      - REQUEST_RESPONSE_TYPES_ONLY_IN_FILE
generate:
  plugins:
    - name: js
      output: ./gen/js
      flags: import_style=commonjs,binary
    - name: gogo
      type: go
      flags: plugins=grpc
      output: ./gen/go

prototool lint idl/fingerprint.proto

go plugin gogo specified but no import path provided

version

prototool version
Version:                 1.10.0
Default protoc version:  3.11.0
Go version:              go1.14.4
OS/Arch:                 linux/amd64

protobuf version 3.12.0-1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant