Skip to content

Commit 8c8d639

Browse files
authored
Update README.md
1 parent bb4882b commit 8c8d639

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ This is a collection of generics utility functions for Go 1.18+.
99

1010
`gofn` consists of useful and convenient functions for most common needs when working on slices, maps, structs, transformation, conversion, and so on.
1111

12-
Try related libs:
13-
- [go-deepcopy](https://github.com/tiendc/go-deepcopy): true deep copy function
12+
Check out my other libs:
13+
- [go-deepcopy](https://github.com/tiendc/go-deepcopy): True deep copy function
14+
- [go-validator](https://github.com/tiendc/go-validator): Validation library
15+
- [go-apperrors](https://github.com/tiendc/go-apperrors): Manipulating application errors
16+
- [go-csvlib](https://github.com/tiendc/go-csvlib): High-level rich functionality CSV encoding and decoding library
1417

1518
## Installation
1619

0 commit comments

Comments
 (0)