Skip to content

Commit

Permalink
nit adjustments to the package doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stefafafan committed Sep 23, 2023
1 parent 01a8bd4 commit 6daaa8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions godash.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Package godash implements slice/map related methods and is a wrapper of the [samber/lo] package.
// Package godash implements slice/map related methods and is a wrapper of the [github.com/samber/lo] package.
//
// This package focuses on only presenting a subset of functions from the [samber/lo],
// This package focuses on only presenting a subset of functions from [github.com/samber/lo],
// in order to make sure that the user takes advantage of Go's standard methods from the slice package etc.
// If any of the functions presented here gets included in the standard library, that function will be
// marked deprecated (the function will not get removed, but will point the user to the standard library).
Expand Down

0 comments on commit 6daaa8c

Please sign in to comment.