Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active July 22, 2019 13:30
Show Gist options
  • Save nleiva/3e3215cc93c210f21d743c78c4422196 to your computer and use it in GitHub Desktop.
Save nleiva/3e3215cc93c210f21d743c78c4422196 to your computer and use it in GitHub Desktop.
// Listener
lis = manager.Listener()
if err = http.Serve(lis, grpcHandlerFunc(s, httpsHandler())); err != nil {
log.Fatalf("failed to serve: %v", err))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment