Add client package

This commit is contained in:
9seconds
2018-06-19 10:14:24 +03:00
parent 5a169b5026
commit daca606058
5 changed files with 60 additions and 28 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func TestFrameMagic(t *testing.T) {
}
func TestFrameDC(t *testing.T) {
assert.Equal(t, int16(770), makeFrame().DC())
assert.Equal(t, int16(771), makeFrame().DC())
}
func TestFrameValid(t *testing.T) {