Skip to content

noscripter/Go-Package-Store

 
 

Repository files navigation

Go Package Store Build Status

Go Package Store displays updates for the Go packages in your GOPATH.

Installation

go get -u github.com/shurcooL/Go-Package-Store

That will create a binary at $GOPATH/bin/Go-Package-Store. You should run it from a terminal where your $GOPATH is set.

Screenshot

Development

This package relies on go generate directives to process and statically embed assets. For development only, you'll need extra dependencies:

go get -u -d -tags=generate github.com/shurcooL/Go-Package-Store/...
go get -u -d -tags=js github.com/shurcooL/Go-Package-Store/...

Afterwards, you can build and run the package in development mode, where all assets are always read and processed from disk:

go build -tags=dev github.com/shurcooL/Go-Package-Store

When you're done with development, you should run go generate before committing:

go generate github.com/shurcooL/Go-Package-Store/...

License

About

An app that displays updates for the Go packages in your GOPATH.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • CSS 0.3%