summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 09:14:30 -0600
committerJeff Carr <[email protected]>2024-11-29 09:14:30 -0600
commit1c0234a442a428df859d28f718ca207a8f859ba5 (patch)
treefd9e15846ad610ef08f54c502ceb5736ae96f6aa /main.go
parentf145e6e74eff9e529623468840084583fe6800c8 (diff)
make test
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 8224f4d..ef7878b 100644
--- a/main.go
+++ b/main.go
@@ -8,9 +8,9 @@ import (
func main() {
f, _ := os.OpenFile("test.sort.pb.go", os.O_WRONLY|os.O_CREATE, 0600)
- header(f, "main")
- syncLock(f, "godeplock")
- iterTop(f, "GoDep")
+ header(f, "testautogen")
+ syncLock(f, "gitTagslock")
+ iterTop(f, "GitTag")
}
func header(w io.Writer, name string) {