Merge pull request #24723 from smarterclayton/strip_noop_imports

Protobuf generation should strip side-effect imports
This commit is contained in:
Wojciech Tyczynski
2016-05-04 11:16:45 +02:00
12 changed files with 40 additions and 27 deletions

View File

@@ -32,7 +32,6 @@ package intstr
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "github.com/gogo/protobuf/gogoproto"
import io "io"