Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active September 12, 2018 12:05
Show Gist options
  • Save deque-blog/4674d58f9c620cc9b397534d3993ff93 to your computer and use it in GitHub Desktop.
Save deque-blog/4674d58f9c620cc9b397534d3993ff93 to your computer and use it in GitHub Desktop.
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