You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
289 B

7 years ago
  1. # goStringsReplacer
  2. Replaces the strings configured on the replacerConfig.txt, in all the files in the directory and subdirectories configured
  3. replacerConfig.txt example:
  4. ```
  5. wordOriginal1 wordToReplace1
  6. wordOriginal2 wordToReplace2
  7. potatoes carrot
  8. green blue
  9. Hola Hello
  10. zumo juice
  11. ```