zood/structs.go

10 lines
111 B
Go
Raw Normal View History

2024-11-15 01:22:47 -06:00
package main
var me *stuff
// this app's variables
type stuff struct {
Hostname string
dirs []string
}