Comment by wholinator2
11 hours ago
I'd seen the := in programming for years but always thought it was basically just =. Thank you for your explanation!
11 hours ago
I'd seen the := in programming for years but always thought it was basically just =. Thank you for your explanation!
I will say that in programming it's commonly used as assignment, which isn't quite the same thing as definition. golang uses it to declare variables so that's pretty close