Some features are useful and handy. But they are not added to the standard libary because of some reasons. golangplus is created to be home of them.
For example, in "
github.com/golangplus/sort", a handy function
SortI is defined. Using it, one can sort any data without defining a
sort.Interface.
golangplus will never depends on other packages than standard libraries. So, it is safe to clone and put in your private project without introducing other third-party packages.
Hope golangplus be popular and useful for all golang developers.