Guest User

Untitled

a guest
Dec 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. alias MyProject.Geolocation.Cache
  2.  
  3. def child_spec([]) do
  4. %{
  5. id: __MODULE__,
  6. start: {Cache, :start_link, []}
  7. }
  8. end
Add Comment
Please, Sign In to add comment