Hello everybody, I'm just starting out with go ... I have searched for lights on this string but without success. What does this sign mean " _, err " , what the underscore symbol means here ? func generateSalt() string { randomBytes := make([]byte, 16) _, err := rand.Read(randomBytes) if err != nil { return "" }
Regards. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/7cc5559c-7b92-4834-a806-611a2879923bn%40googlegroups.com.