goutil icon indicating copy to clipboard operation
goutil copied to clipboard

💪 Helper Utils(700+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, system, test/assert, time and more. Go 常用的一些工具函数:数字...

Results 29 goutil issues
Sort by recently updated
recently updated
newest added

I would like to delete a key from a nested map using "dot" notation. Is there a method to remove a nested key from a map? ```go obj := map[string]any{...

question

**Describe the bug** Affect file: github.com\gookit\[email protected]\structs\writer.go line 143 && 103 **To Reproduce** ```go for i := 0; i < rt.NumField(); i++{ if err := reflects.SetValue(fv, val); err != nil {...

bug
enhancement

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.19.0. Commits cabba82 windows: use uint32 for serial comm flags for consistency 1a50d97 windows: add serial comm functions 95f07ec x/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err...

dependencies
go

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.18.0 to 0.19.0. Commits 5b15d26 go.mod: update golang.org/x dependencies See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/term&package-manager=go_modules&previous-version=0.18.0&new-version=0.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...

dependencies
go

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0. Commits 14be23e semaphore: cancel acquisition with a done context See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sync&package-manager=go_modules&previous-version=0.6.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of...

dependencies
go

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.14.0 to 0.15.0. Commits 8d533a0 encoding/charmap: update UCM spec file URL prefix See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.14.0&new-version=0.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...

dependencies
go

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.18.0 to 0.20.0. Commits 46c790f go.mod: update golang.org/x dependencies 5b15d26 go.mod: update golang.org/x dependencies See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/term&package-manager=go_modules&previous-version=0.18.0&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
go

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.18.0 to 0.20.0. Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2 detection 9a28524 windows: drop go version tags for unsupported versions 27dc90b...

dependencies
go

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.20.0 to 0.21.0. Commits 673e0f9 unix: skip ethtool driver test for busy interface 6943ab6 unix/linux: update glibc to 2.39 92f3ad6 unix: update to Linux kernel 6.9 f34bb9f...

dependencies
go

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.15.0 to 0.16.0. Commits 9c2f3a2 cmd/gotext: fix segfault in extract &amp; rewrite commands 59e1219 message: optimize lookupAndFormat function for better performance a20a3e2 x/text: update x/tools for go/ssa...

dependencies
go