doc.go 399 B

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