Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0616f05

Browse files
committed
fixup! feat: add experimental http2 support
1 parent743de55 commit0616f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ci/lint.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -eux
2+
set -eu
33
cd --"$(dirname"$0")/.."
44

55
STATICCHECK_VERSION=v0.6.1

‎internal/examples/http2/server.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Options:
4444
Examples:
4545
GODEBUG=http2xconnect=1 %[1]s server -addr :8080
4646
GODEBUG=http2xconnect=1 %[1]s server -tls -addr :8443
47-
GODEBUG=http2xconnect=1%[1]s server -tls -cert cert.pem -key key.pem
47+
GODEBUG=http2xconnect=1%[1]s server -tls -cert cert.pem -key key.pem
4848
`,prog)
4949
}
5050
iferr:=fs.Parse(args);err!=nil {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp