We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f19e9 commit 3f0c460Copy full SHA for 3f0c460
1 file changed
windows/dll_windows.go
@@ -410,7 +410,3 @@ func loadLibraryEx(name string, system bool) (*DLL, error) {
410
}
411
return &DLL{Name: name, Handle: h}, nil
412
413
-
414
-type errString string
415
416
-func (s errString) Error() string { return string(s) }
0 commit comments