summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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) {