Commit b9dde364 authored by Kamil Kisiel's avatar Kamil Kisiel

Unexport opcodes.

parent 5271f58d
This diff is collapsed.
...@@ -48,7 +48,6 @@ func equal(a, b interface{}) bool { ...@@ -48,7 +48,6 @@ func equal(a, b interface{}) bool {
default: default:
return a == b return a == b
} }
return false
} }
func TestMarker(t *testing.T) { func TestMarker(t *testing.T) {
......
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