Documentation ¶ Index ¶ func ConvertInMemory(r io.Reader, logger *zerolog.Logger) *bytes.Buffer func New(inp io.Reader, sizeInBytes int, logger *zerolog.Logger) io.Reader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ConvertInMemory ¶ added in v1.4.0 func ConvertInMemory(r io.Reader, logger *zerolog.Logger) *bytes.Buffer func New ¶ func New(inp io.Reader, sizeInBytes int, logger *zerolog.Logger) io.Reader New take an reader and returns another reader. Send 0 to create default size buffer. The new reader will receive data after removal of single line and multiline comments. Types ¶ This section is empty. Source Files ¶ View all Source files converter.go mem_converter.go Click to show internal directories. Click to hide internal directories.