Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 795 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 795 Bytes

gogtags

test

GNU GLOBAL compatible source code tagging for golang

Installation

go install github.com/juntaki/gogtags@latest

GNU GLOBAL Installation for gogtags

GNU GLOBAL with sqlite3 is required for reference. https://www.gnu.org/software/global/

Mac

brew install global

How to use

gogtags -v

screenshot1

Use with emacs helm-gtags or other editor plugin

Just use it as usual, Generated tag is GNU GLOBAL compatible.

screenshot1