Example:
binary.BigEndian.Uint16(buf[4:8])
if i parse this, it also passed the test
Ideally this should not be the scenario
its strictly like this, binary.BigEndian.Uint16(buf[2:4])
The changes required here turned out to be non-trivial – we’ll need to make a backward-incompatible change to make this work. Going to avoid for now, will revive once we have the platform feature to make backward-incompatible changes!