Last active
July 22, 2019 13:30
-
-
Save nleiva/3e3215cc93c210f21d743c78c4422196 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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