Packages

ForkWithFlags, a fork of the flexible and fast feature toggle library for Elixir.

Current section

Files

Jump to
fork_with_flags lib fork_with_flags application.ex
Raw

lib/fork_with_flags/application.ex

defmodule ForkWithFlags.Application do
@moduledoc false
use Application
def start(_type, _args) do
ForkWithFlags.Supervisor.start_link(nil)
end
end