Skip to content

Instantly share code, notes, and snippets.

@davesnowdon
Created September 22, 2022 20:24
Show Gist options
  • Save davesnowdon/c8ff558442fc6f9206ec1da2644ecd67 to your computer and use it in GitHub Desktop.
Save davesnowdon/c8ff558442fc6f9206ec1da2644ecd67 to your computer and use it in GitHub Desktop.
_, err := stream.Recv()
if err == io.EOF {
return nil
}
if err != nil {
return err
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment