errors icon indicating copy to clipboard operation
errors copied to clipboard

Go error library with error portability over the network

Results 31 errors issues
Sort by recently updated
recently updated
newest added

The go directive should use only major and minor versions. go 1.23.0 is not valid - Go ignores the patch part, so it should be go 1.23. This change is ...