#!/usr/bin/env bash
# Summary: Display the root directory where versions and shims are kept
# Usage: goenv root
echo $GOENV_ROOT
