Rendered field exported to support rendered requests on Do function. Data races fixed.
This commit is contained in:
@ -19,7 +19,7 @@ type JSONExporter struct {
|
||||
}
|
||||
|
||||
// Export exports response data as JSON streaming file
|
||||
func (e JSONExporter) Export(response *geziyor.Response) {
|
||||
func (e *JSONExporter) Export(response *geziyor.Response) {
|
||||
|
||||
// Default filename
|
||||
if e.FileName == "" {
|
||||
|
Reference in New Issue
Block a user