Last active
September 14, 2018 10:10
-
-
Save johnduffell/ec0f6c423bf9aa1cbe8820d83d42871e to your computer and use it in GitHub Desktop.
dev blog snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val safeLogLine = scrubbed.safe | |
| val secretLogLine = scrubbed.danger | |
| safeLogLine: String = problem occurred *****, id: ***** | |
| secretLogLine: String = problem occurred YIKES!, id: hui840 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment