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