This is the experiment to compare the development process needed to build a basic resful web application using Go Language.
The ground rule is;
- Go language
- Data store in SQLite database
- Web forms
- Basic navigation
- Make sure Go is installed.
- Make sure gom is installed.
- Run
gom gen gomfile
- Run
gom install