All Projects → rakyll → Govalidate

rakyll / Govalidate

Licence: bsd-3-clause
Validates your Go installation and dependencies.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Govalidate

gocoverutil
No description or website provided.
Stars: ✭ 25 (-92.51%)
Mutual labels:  golang-tools
n3dr
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another Nexus3 server. Note that some repository formats are not supported at the moment.
Stars: ✭ 110 (-67.07%)
Mutual labels:  golang-tools
go2nix
Reproducible builds and development environment for Go
Stars: ✭ 88 (-73.65%)
Mutual labels:  golang-tools
gvm
Go Version Manager (written in Go for cross-platform usability)
Stars: ✭ 117 (-64.97%)
Mutual labels:  golang-tools
gomakegen
Utility for generating makefiles for Golang applications
Stars: ✭ 16 (-95.21%)
Mutual labels:  golang-tools
goplay
The Go Playground (https://play.golang.org/) client
Stars: ✭ 75 (-77.54%)
Mutual labels:  golang-tools
go-typeconv
Bring implicit type conversion into Go in a explicit way
Stars: ✭ 24 (-92.81%)
Mutual labels:  golang-tools
Go Callvis
Visualize call graph of a Go program using Graphviz
Stars: ✭ 3,692 (+1005.39%)
Mutual labels:  golang-tools
GoCurrency
Simple currency converter. Insert an amount, what currency to convert from and what currency to convert to.
Stars: ✭ 29 (-91.32%)
Mutual labels:  golang-tools
terraform-provider-kubeadm
A Terraform provider/provisioner for deploying Kubernetes with kubeadm
Stars: ✭ 60 (-82.04%)
Mutual labels:  golang-tools
bingo
The missing package manager for golang binaries (its homebrew for "go install")
Stars: ✭ 177 (-47.01%)
Mutual labels:  golang-tools
brockly
A Visual Go code generator
Stars: ✭ 55 (-83.53%)
Mutual labels:  golang-tools
goblin
一款适用于红蓝对抗中的仿真钓鱼系统
Stars: ✭ 844 (+152.69%)
Mutual labels:  golang-tools
goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 3,019 (+803.89%)
Mutual labels:  golang-tools
Goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Stars: ✭ 2,943 (+781.14%)
Mutual labels:  golang-tools
gobrew
Go version manager. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
Stars: ✭ 171 (-48.8%)
Mutual labels:  golang-tools
go-masker
Simple utility of creating a mask for sensitive information
Stars: ✭ 54 (-83.83%)
Mutual labels:  golang-tools
Gotests
Automatically generate Go test boilerplate from your source code.
Stars: ✭ 3,597 (+976.95%)
Mutual labels:  golang-tools
Golang Tutorials
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Stars: ✭ 277 (-17.07%)
Mutual labels:  golang-tools
golintui
A simple terminal UI for Go linters
Stars: ✭ 73 (-78.14%)
Mutual labels:  golang-tools

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].