fix: fix some bugs (#17)

This commit is contained in:
Li4n0
2021-05-18 22:45:18 +08:00
committed by GitHub
parent 5b63e90390
commit bc6e3962f8
23 changed files with 151 additions and 121 deletions
+4
View File
@@ -152,6 +152,10 @@ type Conn struct {
ConnAttrs map[string]string
Files map[string][]byte
Flag string
FlagGroup string
Vars map[string]string
}
// bufPool is used to allocate and free buffers in an efficient way.