libgocryptfs/internal/readpassword
Jakob Unterwurzacher 6c3f97399a Rename internal "toggledlog" package to "tlog"
tlog is used heavily everywhere and deserves a shorter name.

Renamed using sed magic, without any manual rework:

   find * -type f -exec sed -i 's/toggledlog/tlog/g' {} +
2016-06-15 23:30:44 +02:00
..
extpass_test.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
read.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
stdin_test.go readpassword: create internal package for password reading 2016-06-15 22:44:24 +02:00