Install Mizu
Run this command inside your Go project to install Mizu.Write your first app
Create a file calledmain.go and add this code.
Run the app
Start your server with:Whatâs next
Now that your first app is running, you can:- Add routes and return JSON or HTML responses.
- Use middleware for logging and recovery.
- Learn about graceful shutdowns for production use.