outDir is clearer I suppose

pull/4581/head
Sharif Elgamal 2019-06-24 16:19:32 -07:00
parent 015117e04a
commit cab5d30900
No known key found for this signature in database
GPG Key ID: 23CC0225BD9FD702
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ import (
func main() {
paths := []string{"cmd", "pkg"}
functions := []string{"translate.T"}
output := "translations"
err := extract.TranslatableStrings(paths, functions, output)
outDir := "translations"
err := extract.TranslatableStrings(paths, functions, outDir)
if err != nil {
panic(err)