Skip to content

Commit

Permalink
Formatted source.
Browse files Browse the repository at this point in the history
  • Loading branch information
icza committed May 17, 2017
1 parent bae80c8 commit 7d03676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gae_memcache_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ func (s *memcacheStore) Get(id string) Session {
// Yes! We have it!
// "Actualize" it, but first, Mutex is not marshaled, so create a new one:
sess.mux = &sync.RWMutex{}

sess.Access()
s.sessions[id] = sess
return sess
Expand Down

0 comments on commit 7d03676

Please sign in to comment.