12345678910111213141516 |
- // Copyright 2013 - 2014 The xweb Authors. All rights reserved.
- // Use of this source code is governed by a BSD
- // license that can be found in the LICENSE file.
- /*
- Package xweb is a simple and powerful web framework for Go.
- Installation
- Make sure you have installed Go 1.1+ and then:
- go get github.com/go-xweb/xweb
- More usage, please visit https://github.com/go-xweb/xweb/
- */
- package xweb
|