Skip to content

x-color/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tools

godoc (alias of 'go doc')

Demo: godoc

Usage

# View GoDoc of 'net/http' package 
godoc http

# View GoDoc of 'Server' in 'net/http' package 
godoc http.Server

Shortcut Key

Installation

  1. Install go & fzf
  2. Copy code in godoc_alias.zsh.
  3. Paste code to ~/.zshrc
  4. Execute source ~/.zshrc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages