Update to Go 1.19

This commit is contained in:
Laurence Withers 2022-11-26 09:55:01 +00:00
commit 301dc0c7c8
3 changed files with 12 additions and 8 deletions

View file

@ -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