Skip to content
chanwit edited this page Jun 23, 2011 · 2 revisions

Install from Github

goinstall github.com/sut-go/gon

Create a new app

gon new app

Run app the first time

cd app; gon run-app

Then browse http://127.0.0.1:8080 should shows the welcome page.