"backend/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "730d2a9ad2199c215bdb8fef08ed196ec34df276"
Commit 42e2c506 authored by song's avatar song
Browse files

fix: gofmt

parent 380c43cb
...@@ -31,7 +31,6 @@ const ( ...@@ -31,7 +31,6 @@ const (
stickySessionTTL = time.Hour // 粘性会话TTL stickySessionTTL = time.Hour // 粘性会话TTL
) )
// sseDataRe matches SSE data lines with optional whitespace after colon. // sseDataRe matches SSE data lines with optional whitespace after colon.
// Some upstream APIs return non-standard "data:" without space (should be "data: "). // Some upstream APIs return non-standard "data:" without space (should be "data: ").
var sseDataRe = regexp.MustCompile(`^data:\s*`) var sseDataRe = regexp.MustCompile(`^data:\s*`)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment