Skip to content

Commit

Permalink
fix: SetHeader crashing code
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiju committed Mar 24, 2024
1 parent bd13417 commit 3cd94b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type OptsFn func(*Opts)

func defaultOpts() Opts {
return Opts{
Headers: make(map[string]string),
Headers: map[string]string{},
}
}

Expand Down

0 comments on commit 3cd94b9

Please sign in to comment.