mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-09 01:00:58 +00:00
7 lines
86 B
Go
7 lines
86 B
Go
package action
|
|
|
|
var InfoBar *InfoPane
|
|
|
|
func InitGlobals() {
|
|
InfoBar = NewInfoBar()
|
|
}
|