mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
241d5f593e
We often use binary.PutUint*, but almost all these cases have preallocated buffer of the size that matches exactly the desired one and use a single or a couple of calls to PutUint*. Thus, I don't think that replacing binary.PutUint* by AppendUint* will make things better for all these usages. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru> |
||
---|---|---|
.. | ||
dao.go | ||
dao_test.go |