summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-23 01:31:17 -0500
committerJeff Carr <[email protected]>2024-10-23 01:31:17 -0500
commit3f2cbcb57f818981b1291c0e644b6e3416b7d455 (patch)
tree450662a26b2400d2a76bccbed6966c69ffa58a9e /main.go
parentca98c0e3c0e40aa2b4215b90d2c04df2ffe0c63a (diff)
things to add xml files
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index f9aec8a..48ab2c6 100644
--- a/main.go
+++ b/main.go
@@ -37,6 +37,10 @@ func main() {
cfgfile()
+ for _, filename := range argv.Xml {
+ log.Info("add xml file", filename)
+ }
+
// initialize the grid as unstable
me.unstable = time.Now()