summaryrefslogtreecommitdiff
path: root/testfiles/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 12:54:04 -0600
committerJeff Carr <[email protected]>2025-01-09 12:54:04 -0600
commite79ba634661baba562fa0ab9245040bd37c29f4c (patch)
treea0f0908d87ff9197ebc87dd6a715e002b2a0785c /testfiles/main.go
parentc99d8763e6c85513c700d58cd1e2163c31d2187d (diff)
rename dir
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")
-}