[chore]: Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3402)

This commit is contained in:
dependabot[bot]
2024-10-07 12:02:26 +00:00
committed by GitHub
parent bd1866ad8a
commit 33bd97a535
44 changed files with 679 additions and 252 deletions

View File

@@ -65,7 +65,7 @@ func LoadDLL(name string) (dll *DLL, err error) {
return d, nil
}
// MustLoadDLL is like LoadDLL but panics if load operation failes.
// MustLoadDLL is like LoadDLL but panics if load operation fails.
func MustLoadDLL(name string) *DLL {
d, e := LoadDLL(name)
if e != nil {