Current section

Files

Jump to
oapi_github lib github encoder.ex
Raw

lib/github/encoder.ex

defmodule GitHub.Encoder do
defmacro __using__(_opts) do
quote do
@derive {Jason.Encoder, except: [:__info__]}
end
end
end