chrisdinn / brando

A Redis client written with Akka's IO package
Other
107 stars 24 forks source link

Classes need to be in a suitable package #66

Open davidmweber opened 8 years ago

davidmweber commented 8 years ago

In order to keep things clean, the package hierarchy needs to be set up. Something along the lines of com.digital_achiever.brando.

chrisdinn commented 8 years ago

Short package names are not uncommon in Scala. Are you experiencing a name conflict?