Documentation ¶
Overview ¶
Advanced example using router.
To run the app do:
go run examples/advanced.go
Go view the results by pointing your browser to
`http://localhost:3000/user/20/hello`
Check the logger output on the command line. You'll see something like
`GET /user/20/hello 5.916us`
Simple example using router.
To run the app do:
go run examples/simple.go
Go view the results by pointing your browser to
`http://localhost:3000/hello`
Click to show internal directories.
Click to hide internal directories.