-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
always acquire/set/get/delete/clear/visit/release(destroy) from a dat…
…abase if used, implement the feature request: #17
- Loading branch information
Showing
1,245 changed files
with
5,564 additions
and
421,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
.project | ||
.settings | ||
.vscode | ||
.vscode | ||
/_examples/**/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
language: go | ||
|
||
os: | ||
- linux | ||
- osx | ||
go: | ||
- go1.8 | ||
- tip | ||
- "go1.8" | ||
- "go1.9" | ||
- "go1.10" | ||
go_import_path: github.com/kataras/go-sessions | ||
# we disable test caching via GOCACHE=off | ||
env: | ||
global: | ||
- GOCACHE=off | ||
install: | ||
- go get ./... | ||
script: | ||
- go test -v -cover ./... | ||
after_script: | ||
# examples | ||
- cd ./_examples | ||
- go get ./... | ||
- go test -v -cover ./... | ||
- cd ../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# This is the official list of Iris Sessions authors for copyright | ||
# purposes. | ||
|
||
Gerasimos Maropoulos <[email protected]> | ||
Bill Qeras, Jr. <[email protected]> | ||
Gerasimos Maropoulos <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.