This repository has been archived on 2019-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
xweb/doc.go

17 lines
399 B
Go

// 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