commit | ddb2ccfb4e16a35265023d6e35646416f6cce46e | [log] [tgz] |
---|---|---|
author | Jagatheesan Jack <jagandecapri@gmail.com> | Sun May 14 10:32:01 2017 +0800 |
committer | Jagatheesan Jack <jagandecapri@gmail.com> | Sun May 14 10:32:01 2017 +0800 |
tree | efa0ce3d366067752a418b4fa25fdf949ab66045 | |
parent | ee64ef440e65093d81c0ee93e9851c57f89cc85a [diff] |
Removed `if a is not the empty slice,` from comment in https://github.com/golang/go/wiki/SliceTricks#copy as `b = append([]T(nil), a...)` works fine when `a = []T{}`