| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Apr 2013 23:40:57
0.1.0.20120419
|
ak  |
- Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style
Approved by: portmgr (bapt)
Feature safe: yes |
14 May 2012 22:09:38
0.1.0.20120419
|
jlaffaye  |
- Update to 20120419
PR: ports/167344
Approved by: wen (maintainer) |
26 Nov 2011 22:56:57
0.1.0.20110915_2
|
jlaffaye  |
Bump Go packages for the new Go release.
Feature safe: yes |
07 Oct 2011 09:16:47
0.1.0.20110915_1
|
jlaffaye  |
Bump go packages for new go release |
22 Sep 2011 16:43:28
0.1.0.20110915
|
jlaffaye  |
Update to 20110915 to compile with latest Go release.
PR: ports/160479
Submitted by: myself
Approved by: wen (maintainer, private e-mail) |
01 Jun 2011 00:53:49
0.1.0.20110531
|
wen  |
- Update to 0.1.0.20110531 |
25 Nov 2010 06:23:27
0.1.0.20101122
|
wen  |
web.go is the simplest way to write web applications in the Go programming
language. It's ideal for writing simple, performant backend web services.
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:
* Routing to url handlers based on regular expressions
* Secure cookies
* Support for fastcgi and scgi
* Web applications are compiled to native code. This means very fast
execution and page render speed
* Serving static files
WWW: https://github.com/hoisie/web.go |