Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary memory allocation (#11)
Creating a 0 length slice is less efficient than a nil slice pointer.
- Loading branch information