summaryrefslogtreecommitdiff
path: root/testfiles/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'testfiles/main.go')
-rw-r--r--testfiles/main.go22
1 files changed, 0 insertions, 22 deletions
diff --git a/testfiles/main.go b/testfiles/main.go
deleted file mode 100644
index b67f3d8..0000000
--- a/testfiles/main.go
+++ /dev/null
@@ -1,22 +0,0 @@
-//go:build go1.20
-// +build go1.20
-
-package main
-
-import "go.wit.com/log"
-
-// sent via -ldflags
-var VERSION string
-var BUILDTIME string
-
-var sortmap map[string]string
-var marshalKeys []string
-var uniqueKeys []string
-
-var pb *Files
-
-func main() {
-
- pb = new(Files)
- log.Info("did nothing yet")
-}