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