-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more details comments including Playground link for every funct…
…ion (#11) This pull request adds detailed example usage comments and playground links to several functions in the `guti.go`, `json.go`, and `list.go` files. These changes aim to improve the documentation and usability of the functions by providing clear examples and interactive playground links. Documentation improvements: * [`guti.go`](diffhunk://#diff-fef412a6cf8a1814a0ca84f54696854cd1b9e0cda937c5b9f22305746238ec9eR53-R71): Added example usage comments and a playground link to the `CompareStructs` function. * [`json.go`](diffhunk://#diff-e848e95f31309994dbd646cda14ba74ae0239fba72b388bb9cc0928057c50980R22-R23): Added playground links to the `JSONToMap`, `JSONToString`, `JSONFileToMap`, and `DeepMergeJSON` functions. [[1]](diffhunk://#diff-e848e95f31309994dbd646cda14ba74ae0239fba72b388bb9cc0928057c50980R22-R23) [[2]](diffhunk://#diff-e848e95f31309994dbd646cda14ba74ae0239fba72b388bb9cc0928057c50980R43-R44) [[3]](diffhunk://#diff-e848e95f31309994dbd646cda14ba74ae0239fba72b388bb9cc0928057c50980R67-R68) [[4]](diffhunk://#diff-e848e95f31309994dbd646cda14ba74ae0239fba72b388bb9cc0928057c50980R109-R110) * [`list.go`](diffhunk://#diff-71a171b5d5e0b997cd17d0c089fe66366ca924c35e229127f0b7ec0287e1e1efR18-R48): Added example usage comments and playground links to the `IsExist`, `Filter`, `Any`, `Reduce`, `Map`, and `IndexOf` functions. [[1]](diffhunk://#diff-71a171b5d5e0b997cd17d0c089fe66366ca924c35e229127f0b7ec0287e1e1efR18-R48) [[2]](diffhunk://#diff-71a171b5d5e0b997cd17d0c089fe66366ca924c35e229127f0b7ec0287e1e1efL61-R104) [[3]](diffhunk://#diff-71a171b5d5e0b997cd17d0c089fe66366ca924c35e229127f0b7ec0287e1e1efL72-R126) [[4]](diffhunk://#diff-71a171b5d5e0b997cd17d0c089fe66366ca924c35e229127f0b7ec0287e1e1efL82-R155) [[5]](diffhunk://#diff-71a171b5d5e0b997cd17d0c089fe66366ca924c35e229127f0b7ec0287e1e1efL93-R181) [[6]](diffhunk://#diff-71a171b5d5e0b997cd17d0c089fe66366ca924c35e229127f0b7ec0287e1e1efR191-R203)
- Loading branch information
1 parent
bd2cecf
commit d4af759
Showing
3 changed files
with
134 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters