Skip to content

Instantly share code, notes, and snippets.

@nkezhaya
Last active October 10, 2020 18:31
Show Gist options
  • Select an option

  • Save nkezhaya/0477e6214e535481b2322aebf6f8ca3d to your computer and use it in GitHub Desktop.

Select an option

Save nkezhaya/0477e6214e535481b2322aebf6f8ca3d to your computer and use it in GitHub Desktop.
defmodule MyApp.Foo.Env do
@moduledoc false
def env() do
# (just imports a bunch of public functions)
import MyApp.Foo.Functions, warn: false
__ENV__
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment