Skip to content

Commit 8274251

Browse files
Add docs from gofiber/fiber@5caa478
1 parent a2a3234 commit 8274251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/whats_new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func main() {
324324
return nil
325325
})
326326

327-
app.Hooks().OnPostStartupMessage(func(sm fiber.PostStartupMessageData) error {
327+
app.Hooks().OnPostStartupMessage(func(sm *fiber.PostStartupMessageData) error {
328328
if !sm.Disabled && !sm.IsChild && !sm.Prevented {
329329
fmt.Println("startup completed")
330330
}

0 commit comments

Comments
 (0)