10 lines
157 B
Go
10 lines
157 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"google.golang.org/protobuf/compiler/protogen"
|
||
|
)
|
||
|
|
||
|
func (g *Generator) graphqlGenerate(plugin *protogen.Plugin) error {
|
||
|
return nil
|
||
|
}
|