mirror of
https://github.com/golang/go
synced 2024-11-05 17:46:16 -07:00
41a9f6dc66
I noticed an annoying completion ranking issue: // ranks "HandlerFunc" over "HandleFunc" http.HandleFunc<> This was due to us downranking function calls to prefer fields/vars. I tweaked the logic to only downrank methods (with a receiver). Change-Id: Ia4040dc8a35f641be2d7d934bf555090831219ac Reviewed-on: https://go-review.googlesource.com/c/tools/+/246357 Run-TryBot: Muir Manders <muir@mnd.rs> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
analysisinternal | ||
apidiff | ||
event | ||
fakenet | ||
fastwalk | ||
gocommand | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
packagesinternal | ||
proxydir | ||
span | ||
stack | ||
testenv | ||
tool | ||
typesinternal | ||
xcontext |