Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active September 12, 2018 12:05
Embed
What would you like to do?
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