Skip to content

Tags: charlievieth/gocode

Tags

mdempsky-gocode1

Toggle mdempsky-gocode1's commit message

Verified

This commit was signed with the committer’s verified signature.
charlievieth Charlie Vieth
cache: log about cache hit/miss

mdempsky-gocode

Toggle mdempsky-gocode's commit message

Verified

This commit was signed with the committer’s verified signature.
charlievieth Charlie Vieth
cache: log about cache hit/miss

m0.0.1

Toggle m0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
charlievieth Charlie Vieth
WIP: test only

v0.0.9

Toggle v0.0.9'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 #1 from charlievieth/go118

update binary parser for go1.18

go118

Toggle go118's commit message

Verified

This commit was signed with the committer’s verified signature.
charlievieth Charlie Vieth
WIP: add support for new 'G', 'U', and 'P' types

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was signed with the committer’s verified signature.
charlievieth Charlie Vieth
mod: update github.com/charlievieth/buildutil to v0.0.6

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
charlievieth Charlie Vieth
update files to use go1.17 build tags

v0.0.6

Toggle v0.0.6's commit message

Unverified

No user is associated with the committer email.
declcache: fix versioned module fallback logic

Due to shadowing we were returning `false` even when we had a match.

v0.0.5

Toggle v0.0.5's commit message

Unverified

No user is associated with the committer email.
handle versioned deps like 'github.com/cev/foo/v2/pkg'

Previously, we only identified versioned dependencies if the version was
at the base of the import path.

v0.0.4

Toggle v0.0.4's commit message

Unverified

No user is associated with the committer email.
modules: update github.com/charlievieth/buildutil to v0.0.5