package rrdformat import ( "fmt" "testing" "github.com/stretchr/testify/assert" ) func TestBinaryError(t *testing.T) { assert := assert.New(t) bad404 := []byte(` hex : 52 `) }