package bytes import ( "sync" ) // maxAppendSize represents the max size to append to a slice. const maxAppendSize = 1024 * 1024 * 4 // Pool is the default ...
確定! 回上一頁