https://github.com/icholy/gosearch
godoc.org search tool
https://github.com/icholy/gosearch
Last synced: over 1 year ago
JSON representation
godoc.org search tool
- Host: GitHub
- URL: https://github.com/icholy/gosearch
- Owner: icholy
- License: gpl-3.0
- Created: 2013-04-22T20:31:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T22:13:49.000Z (about 4 years ago)
- Last Synced: 2025-04-13T17:13:11.959Z (over 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoSearch (Deprecated)
``` sh
$ go get github.com/icholy/gosearch
$ gosearch ssh
Results from GoDoc.org
----------------------
golang.org/x/crypto/ssh (0 stars, 2984 imports)
Package ssh implements an SSH client and server.
golang.org/x/crypto/ssh/terminal (0 stars, 1738 imports)
Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems.
github.com/juju/utils/ssh (125 stars, 428 imports)
Package ssh contains utilities for dealing with SSH connections, key management, and so on.
golang.org/x/crypto/ssh/agent (0 stars, 435 imports)
Package agent implements the ssh-agent protocol, and provides both a client and a server.
```