Packages

Plug health check module

Current section

Files

Jump to
sanito lib sanito.ex
Raw

lib/sanito.ex

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