Skip to content

Tags: rogpeppe/godef

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #120 from hyangah/master

update golang.org/x/tools to v0.0.0-20200226224502-204d844ad48d

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #101 from myitcv/tidy_up_vendor

deps: complete vendor, remove Godeps, add basic Travis

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #99 from ianthehat/modules

Full module support

working-alt

Toggle working-alt's commit message
Switching to using x/tools/go/packages

This also replaces the custom parser and type checker with the standard
ones.
Right now this is approxmately half the speed of the old one, but it
works and is correct in more cases, and works on top of modules.
There are some minor differences in output, things like files may be
absolute now, and constants are more likely to know their values etc.
Also it does not currently support passing an expression on the command
line.