Posts by NOAH BOL • 11 points
1 post
-
1
votes1
answer57
viewsQ: Function does not return value with goroutines
Good afternoon. I own this code: package main import( "fmt" "net/http" "bytes" "io/ioutil" urlU "net/url" "strconv" "math/rand" "strings" ) func random(min, max int) int { return rand.Intn(max -…