ui/go/the/globals.go

12 lines
194 B
Go
Raw Normal View History

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