Current section
Files
Jump to
Current section
Files
lib/google_protos.ex
defmodule GoogleProtos do
@moduledoc false
use Application
def start(_type, _args) do
Supervisor.start_link([], strategy: :one_for_one, name: GoogleProtos.Supervisor)
end
end