Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.46k stars 948 forks source link

[Enhancement] allow go_version prompt to work with go modules #1287

Open reynn opened 5 years ago

reynn commented 5 years ago

Description

Go 1.11 introduced modules which allow go projects to no longer need to be in a static GOPATH. This PR will let Go devs see the Go version even if they are using modules.

Questions

I couldn't find any testing around these prompts, if there is somewhere I missed please let me know and I'll update.