Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Apr 27, 2018
1 parent 3013a23 commit 5cfbf4a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Package session implements a efficient, safely and easy-to-use session library for Go.

/*
Package session implements a efficient, safely and easy-to-use session library for Go.
Example:
package main
Expand Down Expand Up @@ -54,7 +55,10 @@ Example:
http.ListenAndServe(":8080", nil)
}
Open in your web browser at http://localhost:8080
Output:
foo:bar
Learn more at https://github.com/go-session/session
*/

package session

0 comments on commit 5cfbf4a

Please sign in to comment.