diff options
author | lyric <tiannianshou@gmail.com> | 2018-06-13 10:15:27 +0300 |
---|---|---|
committer | lyric <tiannianshou@gmail.com> | 2018-06-13 10:15:27 +0300 |
commit | 28fbf41cb8f19c79543071588c2ac9a871ea19e5 (patch) | |
tree | 5bedc845cc3f884494f17f0359f9dace670c8fb0 /session_test.go | |
parent | 898db00a63f20ce213198117ce6b663c293c93c3 (diff) |
update import pathv3.0.0
Diffstat (limited to 'session_test.go')
-rw-r--r-- | session_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/session_test.go b/session_test.go index 9aea1c6..855260e 100644 --- a/session_test.go +++ b/session_test.go @@ -7,8 +7,8 @@ import ( "net/http/httptest" "testing" + "github.com/go-session/session" "github.com/labstack/echo" - "gopkg.in/session.v2" ) func TestSession(t *testing.T) { |