gotags:兼容ctags的Go标记生成器

时间:2024-02-24 08:10:18
【文件属性】:

文件名称:gotags:兼容ctags的Go标记生成器

文件大小:15KB

文件格式:ZIP

更新时间:2024-02-24 08:10:18

go golang ctags gotags GoGo

标记 gotags是的兼容标签生成器。 安装 版本1.1或更高版本。 使用go get命令安装或更新gotag: go get -u github.com/jstemmer/gotags 或在OS X上使用软件包管理器brew brew install gotags 用法 gotags [options] file(s) -L="": source file names are read from the specified file. If file is "-", input is read from standard in. -R=false: recurse into directories in the file list. -f="": write output to specified file. If file is "-", output is written to standard out. -silent=false: do not produce any output on error. -sort=true: sort tags. -tag-relativ


【文件预览】:
gotags-master
----.gitignore(13B)
----fields.go(1KB)
----tag.go(2KB)
----.travis.yml(50B)
----tag_test.go(436B)
----fields_test.go(703B)
----LICENSE(1KB)
----testdata()
--------interface.go(98B)
--------struct.go(528B)
--------simple.go(13B)
--------type.go(235B)
--------range.go(94B)
--------var.go(116B)
--------func.go(285B)
--------const.go(127B)
--------import.go(62B)
----main.go(5KB)
----README.md(2KB)
----parser.go(11KB)
----parser_test.go(16KB)

网友评论