We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d0ea7 commit 7cd6b87Copy full SHA for 7cd6b87
sourceinfo.go
@@ -53,6 +53,7 @@ func RegisterAllSourceInfo(outputPath string) error {
53
if err != nil {
54
return err
55
}
56
+ protoPath = filepath.ToSlash(protoPath)
57
protoPath = strings.TrimSuffix(protoPath, pluginsourceinfo.FileExtension)
58
protoPath += ".proto"
59
sourceinfo.RegisterSourceInfo(protoPath, sourceInfo)
0 commit comments