Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created December 14, 2017 21:01
Show Gist options
  • Select an option

  • Save lasseebert/47659c400ba305f60cd106e5b057182e to your computer and use it in GitHub Desktop.

Select an option

Save lasseebert/47659c400ba305f60cd106e5b057182e to your computer and use it in GitHub Desktop.
alias MyProject.Geolocation.Cache
def child_spec([]) do
%{
id: __MODULE__,
start: {Cache, :start_link, []}
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment