6 lines
51 B
Go
6 lines
51 B
Go
package impl
|
|
|
|
type Writer struct {
|
|
Bytes []byte
|
|
}
|
package impl
|
|
|
|
type Writer struct {
|
|
Bytes []byte
|
|
}
|