Commit 18d288f1 authored by Aaron Jacobs's avatar Aaron Jacobs

Implemented the default case.

parent e4d3d0aa
...@@ -36,7 +36,8 @@ func Convert(r bazilfuse.Request) (o Op) { ...@@ -36,7 +36,8 @@ func Convert(r bazilfuse.Request) (o Op) {
co = &to.commonOp co = &to.commonOp
default: default:
panic("TODO") co = &commonOp{}
o = co
} }
co.init(r) co.init(r)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment