remove usage
This commit is contained in:
parent
6460d86825
commit
48843e69df
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue