We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db7b0f commit 9dbdb19Copy full SHA for 9dbdb19
examples/examples.go
@@ -9,7 +9,6 @@ import (
9
10
// main function demonstrates the usage of safe conversion functions.
11
func main() {
12
-
13
// Example of converting int32 to uint32 safely
14
val, err := safeconversion.Int32ToUint32(42)
15
if err != nil {
0 commit comments