fix a typo

pull/861/head
Darien Raymond 2017-12-22 00:42:27 +01:00
parent 11d726f9bf
commit 2b8cc43cb4
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ func (g *Instance) Close() {
g.Lock()
defer g.Unlock()
g.active = true
g.active = false
}
func init() {