Skip to content

Instantly share code, notes, and snippets.

@pjagielski
Created August 5, 2018 21:34
Show Gist options
  • Save pjagielski/ed968152aa28aec5f6e7526ec0f170bf to your computer and use it in GitHub Desktop.
Save pjagielski/ed968152aa28aec5f6e7526ec0f170bf to your computer and use it in GitHub Desktop.
(defn goal? [e]
(let [type (:type_of_event e)]
(or (= "goal" type)
(= "goal-penalty" type)
(= "goal-own" type))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment