Skip to content

Commit

Permalink
♻️ refactor: refactor codebase #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Dec 15, 2024
1 parent 4565deb commit 51e67ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.go
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ func (w *wrapper) WithPathf(v string, args ...interface{}) *wrapper {
// - A pointer to the modified `wrapper` instance (enabling method chaining).
func (w *wrapper) WithHeader(v *header) *wrapper {
w.header = v
w.WithStatusCode(w.Header().Code())
return w
}

Expand Down

0 comments on commit 51e67ef

Please sign in to comment.