virtigod/structs.go

10 lines
112 B
Go
Raw Normal View History

package main
var me Virtigod
// this app's variables
type Virtigod struct {
Hostname string
dirs []string
}