govalidate

command module
v0.0.0-...-85a79ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2020 License: BSD-3-Clause Imports: 6 Imported by: 0

README

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 get -u github.com/rakyll/govalidate

Or download one of the binaries and run:

Documentation

Overview

Command godoctor checks whether the current system is properly configured for Go development.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL