Skip to content

Instantly share code, notes, and snippets.

@sgkim126
Last active August 29, 2015 14:15
address match {
case (hostname, port) => s"$hostname:$port"
case _ => ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment