logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Go Env - Manage Go Environment Variables | Online Free DevTools by Hexmos

Manage Go environment variables easily with Go Env. Configure GOPATH, GOBIN, and other settings for Go development. Free online tool, no registration required.

go-env

Manage environment variables used by the Go toolchain. More information: https://pkg.go.dev/cmd/go#hdr-Print_Go_environment_information.

  • Show all environment variables:

go env

  • Show a specific environment variable:

go env {{GOPATH}}

  • Set an environment variable to a value:

go env -w {{GOBIN}}={{path/to/directory}}

  • Reset an environment variable’s value:

go env -u {{GOBIN}}