[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
at main 107 B view raw
1package main 2 3type CommentStruct struct { 4 Name string 5 // Address 6 Address string 7 Aliases []string 8}