Update to Go 1.19
This commit is contained in:
parent
a6c2991781
commit
301dc0c7c8
3 changed files with 12 additions and 8 deletions
|
|
@ -15,11 +15,15 @@
|
|||
*/
|
||||
package packed
|
||||
|
||||
import proto "github.com/gogo/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import (
|
||||
fmt "fmt"
|
||||
|
||||
import io "io"
|
||||
proto "github.com/gogo/protobuf/proto"
|
||||
|
||||
math "math"
|
||||
|
||||
io "io"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue