We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ace7 commit e9930ccCopy full SHA for e9930cc
rapidyenc/decoder.go
@@ -26,6 +26,8 @@ import (
26
"golang.org/x/text/transform"
27
)
28
29
+/* compile test ... github actions is using cached files... */
30
+
31
const constBufSize = 4096 // const buffer size for Decoder instances
32
33
var (
0 commit comments