https://github.com/juntaki/gogtags
GNU global compatible source code tagging for golang
https://github.com/juntaki/gogtags
global golang gtags tagging
Last synced: 3 months ago
JSON representation
GNU global compatible source code tagging for golang
- Host: GitHub
- URL: https://github.com/juntaki/gogtags
- Owner: juntaki
- License: mit
- Created: 2017-01-06T10:44:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T14:12:48.000Z (over 1 year ago)
- Last Synced: 2025-04-14T01:35:52.823Z (7 months ago)
- Topics: global, golang, gtags, tagging
- Language: Go
- Homepage: https://juntaki.com/blog/gogtags/
- Size: 3.54 MB
- Stars: 44
- Watchers: 3
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gogtags
[](https://github.com/juntaki/gogtags/actions/workflows/go.yml)
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
~~~

## Use with emacs helm-gtags or other editor plugin
Just use it as usual, Generated tag is GNU GLOBAL compatible.
