summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-25 20:05:04 -0500
committerJeff Carr <[email protected]>2024-10-25 20:05:04 -0500
commitb35c04414a96ce62e19ff31649a09ba0c2cc45b6 (patch)
tree146ffcbb8b3164d0433269b2a74430a40287769a /main.go
parent030af1bcfb7dad880a9fdf4286432fc36d1bf251 (diff)
checking for duplicate filenames works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index ae4babe..df698f8 100644
--- a/main.go
+++ b/main.go
@@ -63,7 +63,6 @@ func main() {
}
checkUniqueFilenames()
-
for _, filename := range argv.Xml {
domcfg, err := readXml(filename)
if err != nil {