Step 7 of the exercise instruction wants us to "slice only the first 1000 elements of the array", not slicing after the first 1000 elements of the array.
WARNING
For the code in this section, you should install my prettyslice library.
STEPS
- Open your command-line
- Type:
go get -u github.com/inancgumus/prettyslice
- That's all.