erinn
/
ui
forked from cwtch.im/ui
1
0
Fork 0
ui/go/the/globals.go

12 lines
193 B
Go
Raw Permalink Normal View History

2018-11-22 00:01:17 +00:00
package the
import (
"cwtch.im/cwtch/app"
2018-11-28 22:14:02 +00:00
libPeer "cwtch.im/cwtch/peer"
)
2018-11-22 00:01:17 +00:00
var CwtchApp app.Application
var Peer libPeer.CwtchPeer
var CwtchDir string
var AcknowledgementIDs map[uint32]uint