We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41599ae commit 7585391Copy full SHA for 7585391
examples/sse/main.go
@@ -16,8 +16,8 @@ import (
16
)
17
18
var (
19
- host = flag.String("host", "localhost", "host to listen on")
20
- port = flag.String("port", "8080", "port to listen on")
+ host = flag.String("host", "localhost", "host to listen on")
+ port = flag.String("port", "8080", "port to listen on")
21
22
23
type SayHiParams struct {
0 commit comments