arp242/gopher.vim

Type conversions not highlighted

arp242 opened this issue · 0 comments

e.g.

a := int64(0)
a := string("a")
w.Write([]byte("str"))

Also:

func newBuilder(cols ...string) builder