infra/vformat/main.go: Refactor (#6739)

https://github.com/XTLS/Xray-core/pull/6327#issuecomment-5581733848
This commit is contained in:
风扇滑翔翼
2026-09-08 17:19:15 +00:00
committed by GitHub
parent 37ceb8b4b6
commit c037ccd98d
5 changed files with 288 additions and 150 deletions
+4 -4
View File
@@ -63,8 +63,8 @@ func New(opts ...Option) (*Reader, *Writer) {
}
return &Reader{
pipe: p,
}, &Writer{
pipe: p,
}
pipe: p,
}, &Writer{
pipe: p,
}
}