SyntaxFix
Write A Post
Hire A Developer
Questions
No, you cannot directly access the first value.
I suppose a hack for this would be to return an array of values instead of "item" and "err", and then just do item, _ := Get(1)[0] but I would not recommend this.
item, _ := Get(1)[0]