]> Cypherpunks repositories - gostls13.git/commit
misc/sortac: add tool to sort the AUTHORS and CONTRIBUTORS files
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Nov 2015 11:50:24 +0000 (11:50 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Nov 2015 17:07:09 +0000 (17:07 +0000)
commit9f38d66857e33996489e2b25781047b2cb75b8a1
treece52966685bf0d1a79697495347dfe6f46badf0c
parent7e72505173fee47cc2168a07dd6c04f8344e49b9
misc/sortac: add tool to sort the AUTHORS and CONTRIBUTORS files

I keep losing this utility, used as part of other tools to auto-update
the AUTHORS and CONTRIBUTORS files.  Check it in to the repo so I
don't lose it, and so others can use it as well.

Updates #12042

Change-Id: Ib5886b85799087aaaddcec4c81169e2726322c05
Reviewed-on: https://go-review.googlesource.com/16824
Reviewed-by: Russ Cox <rsc@golang.org>
misc/sortac/sortac.go [new file with mode: 0644]