Skip to content

ghchinoy/govalidate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

govalidate

CircleCI

Validates your Go installation and dependencies.

  • Checks the Go installation and version.
  • Checks if the PATH is correctly configured.
  • Checks CGO dependencies are installed.
  • Checks the plugin support for available editors.
$ govalidate
[✔] Go (go1.13.5)
[✗] Checking if $PATH contains "/Users/jbd/go/bin"
    Add "/Users/jbd/go/bin" to your $PATH.
    On Unix systems:
    export PATH=$PATH:/Users/jbd/go/bin
[✔] Checking gcc for CGO support
[✔] Vim Go plugin
[!] VSCode Go extension
    VSCode Go extension is not installed.
    See https://code.visualstudio.com/docs/languages/go to install.

Installation

$ go install github.com/rakyll/govalidate@latest

Or download one of the binaries and run:

About

Validates your Go installation and dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.0%
  • Makefile 3.0%