Exemplo n.º 1
0
Arquivo: clock.go Projeto: tv42/quobar
func init() {
	quobar.Register(Clock{})
}
Exemplo n.º 2
0
func init() {
	quobar.Register(Batteries{})
}
Exemplo n.º 3
0
func init() {
	quobar.Register(DiskFree{})
}
Exemplo n.º 4
0
func init() {
	quobar.Register(Placeholder{})
}
Exemplo n.º 5
0
func init() {
	quobar.Register(Swap{})
}