将以下内容添加到〜/ .ctags
--langdef=Go--langmap=Go:.go--regex-Go=/func([ t]+([^)]+))?[ t]+([a-zA-Z0-9_]+)/2/d,func/--regex-Go=/var[ t]+([a-zA-Z_][a-zA-Z0-9_]+)/1/d,var/--regex-Go=/type[ t]+([a-zA-Z_][a-zA-Z0-9_]+)/1/d,type/
(摘自http://go-wise.blogspot.com/2011/09/using-ctags-with-go.html)



