Skip to content

Commit 00b4b71

Browse files
committed
Small changes to readme
1 parent 9216362 commit 00b4b71

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
web.go is the simplest way to write web applications in the Go programming language.
44

5-
See [www.getwebgo.com](http://www.getwebgo.com) for complete documentation.
6-
75
## Overview
86

97
web.go should be familiar to people who've developed websites with higher-level web frameworks like sinatra, pylons, or web.py. It is designed to be a lightweight web framework that doesn't impose any scaffolding on the user. Some features include:
@@ -12,8 +10,6 @@ web.go should be familiar to people who've developed websites with higher-level
1210
* Support for user sessions
1311
* Web applications are compiled to native code. This means very fast execution and page render speed ( benchmarks coming soon :)
1412

15-
To use web.go, simply install it and import the "web" package. You then need to map url routes to function handlers using web.Get, web.Post, etc.. Finally, you need to call web.Run with the address of the host. (see the example below)
16-
1713
## Installation
1814

1915
1. Make sure you have the a working Go environment. See the [install instructions](http://golang.org/doc/install.html)

0 commit comments

Comments
 (0)