summaryrefslogtreecommitdiff
path: root/rill.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 17:25:28 -0500
committerJeff Carr <[email protected]>2025-10-05 17:25:28 -0500
commit12e94cdbf8fd4d6717dc5554f9c76e1f17e99f96 (patch)
tree4674449756c586c7678fab829dc8406215b66e46 /rill.go
parente9af1f0e51372326a0fcdc292c9a043ef00c52a2 (diff)
this is dumbv0.0.168
Diffstat (limited to 'rill.go')
-rw-r--r--rill.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rill.go b/rill.go
index 023101f..3488146 100644
--- a/rill.go
+++ b/rill.go
@@ -122,6 +122,7 @@ func (f *Forge) ConfigRill(rillX int, rillY int) {
}
type RillStats struct {
+ Name string
Err error
Start time.Time
End time.Time