Packages

Fort authentication library for Elixir. Placeholder reserving the name ahead of the first release.

Current section

Files

Jump to
fort lib fort.ex
Raw

lib/fort.ex

defmodule Fort do
@moduledoc """
Documentation for `Fort`.
"""
@doc """
Returns `:world`.
## Examples
iex> Fort.hello()
:world
"""
def hello, do: :world
end