Files
moxa/_test/issue-1128.go
2021-06-15 14:34:08 +02:00

11 lines
113 B
Go

package main
import "net"
func main() {
c := append(net.Buffers{}, []byte{})
println(len(c))
}
// Output: 1