Skip to content

Commit

Permalink
clean: remove deprecated utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Sep 7, 2021
1 parent cb80db4 commit 5edde9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,3 @@
[![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/savsgio/gotils)

Golang utlities to make your life easier :wink:

## **IMPORTANT**

The utils have been moved to subpackages:

(_old -> new_)

- gotils.ExtendByteSlice -> bytes.Extend
- gotils.RandBytes -> bytes.Rand
- gotils.B2S -> strconv.B2S
- gotils.S2B -> strconv.S2B
- gotils.StringSliceIndexOf -> strings.IndexOf
- gotils.StringSliceInclude -> strings.Include
- gotils.StringUniqueAppend -> strings.UniqueAppend

**Will be removed after 01/06/2021. Please, try to use new imports before then**
70 changes: 0 additions & 70 deletions deprecated.go

This file was deleted.

0 comments on commit 5edde9f

Please sign in to comment.