From 8bb5500a39674142ab007cd0509fe58d321d45c3 Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Tue, 11 Oct 2016 20:34:00 +0200 Subject: [PATCH] fix session --- lib/session/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/session/main.go b/lib/session/main.go index f6e61fd..87b772d 100644 --- a/lib/session/main.go +++ b/lib/session/main.go @@ -8,7 +8,7 @@ import ( ) // Session a Session object with all data -type Session struct { +type Session interface { assession.Session }