remove usage

This commit is contained in:
Andre Medeiros 2020-06-09 14:11:11 -04:00
parent 6460d86825
commit 48843e69df
No known key found for this signature in database
GPG Key ID: 38F11905BF87C320
1 changed files with 0 additions and 5 deletions

View File

@ -122,11 +122,6 @@ func processTranslation(v string) string {
return b.String()
}
func usage() {
fmt.Fprintf(os.Stderr, "usage: translate <json file>\n")
os.Exit(1)
}
func main() {
var r io.Reader
{