Do function refactored

This commit is contained in:
Musab Gültekin
2019-06-13 20:12:59 +03:00
parent 7c43585769
commit 76a687e193
2 changed files with 54 additions and 48 deletions

View File

@ -14,8 +14,8 @@ type JSONExporter struct {
FileName string
EscapeHTML bool
file *os.File
once sync.Once
file *os.File
}
// Export exports response data as JSON streaming file