File driver to take the high road

This commit is contained in:
Harshavardhana
2015-04-16 02:12:53 -07:00
parent 7d01300d82
commit 3f33643d39
10 changed files with 0 additions and 848 deletions
-2
View File
@@ -82,8 +82,6 @@ func init() {
func getDriverType(input string) server.DriverType {
switch {
case input == "file":
return server.File
case input == "memory":
return server.Memory
case input == "donut":