In go-mode, inside a rune hitting the tab key doesn't add the tab character.
E.g.:
var foobar = `
If I place the point at the start of this line and press tab it wouldn't add the tab character :(
`
var barfoo = 1 // I expect the tab character not to be added if I do the same here
How can I get this behavior?
Trying what's proposed here doesn't do it.