nareix / bits

Golang bitstream reader/writer
22 stars 9 forks source link

tests fail: undefined: PutUInt64BE #1

Open stapelberg opened 7 years ago

stapelberg commented 7 years ago
# _/tmp/bits
./bits_test.go:47: undefined: PutUInt64BE
FAIL    _/tmp/bits [build failed]

grepping for PutUInt64BE yields only one result: bits_test.go. Did you forget to push a file?