Skip to content

Files

Latest commit

 

History

History
11 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 260 Bytes

bunrouter basic example with http.HandlerFunc

This example demonstrates how to use bunrouter with http.HandlerFunc in compatibility mode:

go run .

Then open http://localhost:9999

See documentation for details.