sum7/warehost
sum7
/
warehost
Archived
1
0
Fork 0

fix session

This commit is contained in:
Martin Geno 2016-10-11 20:34:00 +02:00
parent b7c937dde6
commit 8bb5500a39
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
) )
// Session a Session object with all data // Session a Session object with all data
type Session struct { type Session interface {
assession.Session assession.Session
} }