adrianco / spigo

Simulate Protocol Interactions in Go
Apache License 2.0
1.12k stars 111 forks source link

Error: undefined:sort.Slice #87

Open EdwardChan1996 opened 5 years ago

EdwardChan1996 commented 5 years ago

abc@abc-Aspire-E5-471G:~/golang/gopath/src/github.com/adrianco/spigo$ go run spigo.go # github.com/Shopify/sarama ../../Shopify/sarama/delete_records_request.go:96: undefined: sort.Slice ../../Shopify/sarama/delete_records_response.go:99: undefined: sort.Slice

How can I solve this problem?