diff options
Diffstat (limited to 'protoc.go')
| -rw-r--r-- | protoc.go | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -86,18 +86,6 @@ func (pb *Files) protocBuild(f *File) error { } } } - /* - start := "type " + names["Bases"] + " struct {" - if strings.HasSuffix(line, start) { - found = true - log.Info("FOUND line:", line) - fmt.Fprintln(w, line) - fmt.Fprintln(w, "\tsync.RWMutex // auto-added by go.wit.com/apps/autogenpb") - fmt.Fprintln(w, "") - } else { - fmt.Fprintln(w, line) - } - */ } cmd = append(cmd, f.Filename) |
