mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-06-05 05:36:44 +00:00
Re-generate proto-go files
``` $ ignite generate proto-go --clear-cache ``` Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
bb39d64653
commit
b0e12a8f7d
@ -13,9 +13,7 @@ import (
|
||||
"io"
|
||||
"net/http"
|
||||
|
||||
//lint:ignore SA1019 file is generated
|
||||
"github.com/golang/protobuf/descriptor"
|
||||
//lint:ignore SA1019 file is generated
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/grpc-ecosystem/grpc-gateway/runtime"
|
||||
"github.com/grpc-ecosystem/grpc-gateway/utilities"
|
||||
@ -32,7 +30,6 @@ var _ io.Reader
|
||||
var _ status.Status
|
||||
var _ = runtime.String
|
||||
var _ = utilities.NewDoubleArray
|
||||
//lint:ignore SA1019 file is generated
|
||||
var _ = descriptor.ForMessage
|
||||
var _ = metadata.Join
|
||||
|
||||
|
@ -13,9 +13,7 @@ import (
|
||||
"io"
|
||||
"net/http"
|
||||
|
||||
//lint:ignore SA1019 file is generated
|
||||
"github.com/golang/protobuf/descriptor"
|
||||
//lint:ignore SA1019 file is generated
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/grpc-ecosystem/grpc-gateway/runtime"
|
||||
"github.com/grpc-ecosystem/grpc-gateway/utilities"
|
||||
@ -32,7 +30,6 @@ var _ io.Reader
|
||||
var _ status.Status
|
||||
var _ = runtime.String
|
||||
var _ = utilities.NewDoubleArray
|
||||
//lint:ignore SA1019 file is generated
|
||||
var _ = descriptor.ForMessage
|
||||
var _ = metadata.Join
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user