main.go
1 2 3 4 5 6 7 8 9 10 11
package main type Config struct { Processes []Process } type Process struct { RunCmds = []string Clone = string Ref = string }