Skip to content

present your $GOPATH as a FUSE filesystem with file nodes for the Go documentation of each package

License

Notifications You must be signed in to change notification settings

bketelsen/godocfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godocfs

A FUSE filesystem that presents your GOPATH as a directory, with file entries containing the go doc for each package.

Building

go get -u github.com/bketelsen/godocfs

Usage

mkdir $HOME/godoc
godocfs $HOME/godoc
cd $HOME/godoc/github.com/pkg/errors
ls
> godoc
cat godoc
> // package errors
> ...

Disclaimer

This is a toy, you should use go doc pkgname instead.

About

present your $GOPATH as a FUSE filesystem with file nodes for the Go documentation of each package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages