Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
README ------ Compiling and linking --------------------- 6g egotags.go 6l -o egotags egotags.6 Usage ------- ./egotags file.go > TAGS Usage in Emacs -------------- When in the go source file, M-x visit-tags-table <Enter the path of the TAGS file generated> Then you can visit any declaration using M-. Enjoy BUGS ---- This is no way the best code possible.This has been created as a learning exercise for me for Go. Please report any BUGS or improvements to me :) AUTHOR ------ Ashok `ScriptDevil` Gautham <ScriptDevil@gmail.com> 14th November, 2009