1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-24 23:16:47 +02:00

tweak performance

This commit is contained in:
Tao Wen
2017-06-17 22:42:11 +08:00
parent 8ab46965bd
commit 77dcffe77d
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,8 @@
package jsoniter
import "io"
import (
"io"
)
func (cfg *frozenConfig) BorrowStream(writer io.Writer) *Stream {
select {