Last active
September 12, 2018 12:05
-
-
Save deque-blog/4674d58f9c620cc9b397534d3993ff93 to your computer and use it in GitHub Desktop.
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
defmodule LogEntry do | |
defstruct origin: nil, time: 0, event: nil | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment