diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 09:14:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 09:14:30 -0600 |
| commit | 1c0234a442a428df859d28f718ca207a8f859ba5 (patch) | |
| tree | fd9e15846ad610ef08f54c502ceb5736ae96f6aa /main.go | |
| parent | f145e6e74eff9e529623468840084583fe6800c8 (diff) | |
make test
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) { |
