diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ type Forge struct { fullscan time.Time // time of the last scan so it can be throttled hostname string // your hostname forgeURL string // URL to use to forge.wit.com - // Machine *zoopb.Machine // things for virtigo to track vm's + rillX int // used for Rill() + rillY int // used for Rill() } func (f *Forge) GetGoSrc() string { |
