mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 21:07:03 +00:00
:)
This commit is contained in:
@@ -8,9 +8,7 @@ import (
|
||||
)
|
||||
|
||||
// CSV is a Formatter type for csv encoded logs.
|
||||
type CSV struct { // TODO: change it to use csvutil.
|
||||
writer *csv.Writer
|
||||
|
||||
type CSV struct {
|
||||
writerPool *sync.Pool
|
||||
ac *AccessLog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user