TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Search the Go Standard Library

27 pointsby g-harelalmost 2 years ago

4 comments

g-harelalmost 2 years ago
I regularly forget where&#x2F;whether interfaces and constants exist, so I made myself this ranked &amp; filterable search tool.<p>The hosted deployment covers the standard library + a few other packages, but it&#x27;s built to be able to be pointed at any (internal) codebase too! Just need to build an index with more packages installed <a href="https:&#x2F;&#x2F;github.com&#x2F;g-harel&#x2F;gothrough">https:&#x2F;&#x2F;github.com&#x2F;g-harel&#x2F;gothrough</a>
voodooEntityalmost 2 years ago
Im kinda wondering since the complete source is open and hosted and github (with current previews enabled) even has a usefull search - what is the actualy benefit?<p>Also if you are using goland (not everyone is i know thats why i pointed it out as second argument) you have the complete standard-lib lookup ready via the IDE.<p>Maybe im missing something and this is usefull but im coding go for several years now and dont see the point
评论 #36410399 未加载
phpisatrashalmost 2 years ago
Amazing project! Could i ask you a question? Did you created a search engine with a indexer? What algorithm are you using to index the strings?
assbuttbuttassalmost 2 years ago
Looks cool! But what distinguishes it from pkg.go.dev?