Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Created July 14, 2017 13:59
Show Gist options
  • Save shankardevy/263fce64e5e2348eb51776434243e99f to your computer and use it in GitHub Desktop.
Save shankardevy/263fce64e5e2348eb51776434243e99f to your computer and use it in GitHub Desktop.
defmodule Mango.Catalog.Product do
defstruct [:name, :price]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment