Last active
October 10, 2020 18:31
-
-
Save nkezhaya/0477e6214e535481b2322aebf6f8ca3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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