Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
thoas
/
go-funk
Public
Notifications
You must be signed in to change notification settings
Fork
276
Star
4.9k
Code
Issues
5
Pull requests
4
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 20, 2023
Merge pull request #164 from hitjackma/main
Show description for 045ef11
thoas
authored
045ef11
Copy full SHA for 045ef11
chore: remote useless types
thoas
committed
9128f36
Copy full SHA for 9128f36
Commits on May 16, 2023
fix: Update LastIndexOf sample code in README.rst
Show description for 26e3d21
hitjackma
authored
26e3d21
Copy full SHA for 26e3d21
fix: Update mistake in README.rst
Show description for df17a63
hitjackma
authored
df17a63
Copy full SHA for df17a63
Commits on Dec 26, 2022
chore: bump CI
thoas
committed
4107456
Copy full SHA for 4107456
Merge pull request #153 from ethahae/master
Show description for 42808ee
thoas
authored
42808ee
Copy full SHA for 42808ee
Merge pull request #154 from icearith/master
Show description for e7efff4
thoas
authored
e7efff4
Copy full SHA for e7efff4
Merge pull request #156 from marcinc/get-map-support-complex-keys
Show description for 05e703f
thoas
authored
05e703f
Copy full SHA for 05e703f
Merge pull request #161 from erezrokah/fix/nil_indirection
Show description for df1ff15
thoas
authored
df1ff15
Copy full SHA for df1ff15
Merge pull request #162 from ErfanMomeniii/master
Show description for df86593
thoas
authored
df86593
Copy full SHA for df86593
Commits on Dec 8, 2022
fix allow zero in get func and adding test for checking that
Erfan Momeni
authored and
Erfan Momeni
committed
b75b3f5
Copy full SHA for b75b3f5
fix allow zero problem
Erfan Momeni
authored and
Erfan Momeni
committed
b9184fe
Copy full SHA for b9184fe
Commits on Nov 1, 2022
fixup! Adds funk.Get support for complex map keys
marcinc
committed
ad87c80
Copy full SHA for ad87c80
Commits on Oct 27, 2022
fix: Only consider pointer to structs when checking for embedded fields
erezrokah
committed
64cf625
Copy full SHA for 64cf625
Merge pull request #159 from erezrokah/test/embedded_struct
Show description for 5573bc2
thoas
authored
5573bc2
Copy full SHA for 5573bc2
Merge pull request #160 from erezrokah/chore/fix_lint_warning
Show description for f2597d2
thoas
authored
f2597d2
Copy full SHA for f2597d2
Commits on Oct 23, 2022
refactor: Code cleanup
erezrokah
committed
313ee10
Copy full SHA for 313ee10
chore: Update linter to latest version
erezrokah
committed
f5c3872
Copy full SHA for f5c3872
chore: Fix lint error
erezrokah
committed
4cbc77a
Copy full SHA for 4cbc77a
fix: Don't panic on nil embedded structs
erezrokah
committed
4f5c46f
Copy full SHA for 4f5c46f
Commits on Aug 25, 2022
Adds funk.Get support for complex map keys
marcinc
committed
6300d17
Copy full SHA for 6300d17
Commits on Jun 27, 2022
add implementation of ChunkUInts, ChunkUInt32s, ChunkUInt64s
icearith
authored
bccb08b
Copy full SHA for bccb08b
Commits on May 25, 2022
ForEach slice modify(optional)
ryan
committed
8de891d
Copy full SHA for 8de891d
Commits on Mar 16, 2022
Merge pull request #146 from kkHAIKE/array_set_fix
Show description for dfe9213
thoas
authored
dfe9213
Copy full SHA for dfe9213
fix Array case bug for Set
kkHAIKE
committed
b15e3d5
Copy full SHA for b15e3d5
Commits on Mar 9, 2022
Merge pull request #142 from samber/feat-uniq-by
Show description for 38b2794
thoas
authored
38b2794
Copy full SHA for 38b2794
Commits on Mar 1, 2022
Merge pull request #143 from chinaran/fix/uniq-func-unused-variable
Show description for d8341f9
thoas
authored
d8341f9
Copy full SHA for d8341f9
Commits on Feb 26, 2022
fix: delete uniq func unused variable
chinaran
committed
18343d5
Copy full SHA for 18343d5
Commits on Feb 24, 2022
feat(uniqby): adding _.uniqBy() style function
samber
committed
3e740ba
Copy full SHA for 3e740ba
Commits on Dec 5, 2021
Merge pull request #136 from adammw/adammw/union
Show description for 98b583c
thoas
authored
98b583c
Copy full SHA for 98b583c
Commits on Nov 25, 2021
feat: Add `Union` method and typesafe `UnionStringMap`
adammw
committed
bd4dd26
Copy full SHA for bd4dd26
Commits on Nov 12, 2021
Merge pull request #133 from adammw/adammw/intersection-map
Show description for 658cf47
thoas
authored
658cf47
Copy full SHA for 658cf47
Commits on Nov 11, 2021
feat: support Difference for maps
adammw
committed
b3b24a2
Copy full SHA for b3b24a2
Commits on Oct 13, 2021
Merge pull request #130 from yangtau/feat/array-to-map
Show description for 2f4b463
thoas
authored
2f4b463
Copy full SHA for 2f4b463
Merge pull request #131 from yangtau/feat/to-set
Show description for 8d48221
thoas
authored
8d48221
Copy full SHA for 8d48221
Pagination
Previous
Next
You can’t perform that action at this time.