summaryrefslogtreecommitdiff
path: root/structs.go
blob: a6e323a937231b7305c56fbb952d781d661b8fd1 (plain)
1
2
3
4
5
6
7
8
9
package main

var me Virtigod

// this app's variables
type Virtigod struct {
	dirs []string
	// cluster *virtbuf.Cluster
}