Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1132)

Issue 85240045: code review 85240045: goprotobuf: Remove never-used import of encoding/json i... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by dsymonds
Modified:
10 years, 2 months ago
Reviewers:
r
CC:
r, golang-codereviews
Visibility:
Public.

Description

goprotobuf: Remove never-used import of encoding/json in generated code. It used to be used for a MarshalJSON method on enum types, but we no longer generate them.

Patch Set 1 #

Patch Set 2 : diff -r 8af8443f6427 https://code.google.com/p/goprotobuf #

Patch Set 3 : diff -r 8af8443f6427 https://code.google.com/p/goprotobuf #

Patch Set 4 : diff -r 8af8443f6427 https://code.google.com/p/goprotobuf #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -21 lines) Patch
M proto/testdata/test.pb.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M protoc-gen-go/descriptor/descriptor.pb.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M protoc-gen-go/generator/generator.go View 1 3 chunks +2 lines, -6 lines 0 comments Download
M protoc-gen-go/plugin/plugin.pb.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M protoc-gen-go/testdata/my_test/test.pb.go View 1 1 chunk +1 line, -3 lines 0 comments Download
M protoc-gen-go/testdata/my_test/test.pb.go.golden View 1 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 3
dsymonds
Hello r (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/goprotobuf
10 years, 2 months ago (2014-04-13 23:17:22 UTC) #1
r
LGTM
10 years, 2 months ago (2014-04-13 23:51:47 UTC) #2
dsymonds
10 years, 2 months ago (2014-04-13 23:53:07 UTC) #3
*** Submitted as
https://code.google.com/p/goprotobuf/source/detail?r=6457ef5bb896 ***

goprotobuf: Remove never-used import of encoding/json in generated code.

It used to be used for a MarshalJSON method on enum types,
but we no longer generate them.

LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/85240045
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b