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 743de55 commit 0616f05Copy full SHA for 0616f05
ci/lint.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-set -eux
+set -eu
3
cd -- "$(dirname "$0")/.."
4
5
STATICCHECK_VERSION=v0.6.1
internal/examples/http2/server.go
@@ -44,7 +44,7 @@ Options:
44
Examples:
45
GODEBUG=http2xconnect=1 %[1]s server -addr :8080
46
GODEBUG=http2xconnect=1 %[1]s server -tls -addr :8443
47
- GODEBUG=http2xconnect=1%[1]s server -tls -cert cert.pem -key key.pem
+ GODEBUG=http2xconnect=1 %[1]s server -tls -cert cert.pem -key key.pem
48
`, prog)
49
}
50
if err := fs.Parse(args); err != nil {
0 commit comments