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.
httpsession/doc.go
2014-06-15 16:00:50 +08:00

17 lines
423 B
Go

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