Files
learngo/16-slices
AminBhr 3fb4f86a79 Update: change the solution to follow instrucion
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.
2021-09-12 00:00:38 +03:00
..
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2021-06-08 11:19:26 +03:00
2019-10-30 19:41:13 +03:00
2021-06-08 11:19:26 +03:00
2021-06-08 11:19:26 +03:00
2019-01-29 19:43:12 +03:00

WARNING

For the code in this section, you should install my prettyslice library.

STEPS

  1. Open your command-line
  2. Type: go get -u github.com/inancgumus/prettyslice
  3. That's all.