//
pkg.gl
Category
github.com/microsoft/go-sqlcmd
internal
buffer
package
1.8.1
Repository:
https://github.com/microsoft/go-sqlcmd.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
4
Files
18 SLOC
#
Functions
NewMemoryBuffer
No description provided by the author
#
Structs
MemoryBuffer
MemoryBuffer has both Write and Close methods for use as io.WriteCloser when testing (instead of os.Stdout), so tests can assert.Equal results etc.