Skip to content

Commit e5e0e71

Browse files
author
Paul Pham
committed
Initialize cmap
1 parent e2d92f7 commit e5e0e71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

session.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func NewSession(cfg *Config) *Session {
5353
session := &Session{
5454
config: cfg,
5555
cookie: NewCookie(),
56+
ccmap: cmap.New(),
5657
}
5758

5859
return session

0 commit comments

Comments
 (0)