fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.26k stars 615 forks source link

Module not working for go > 1.6 #49

Closed vodolaz095 closed 7 years ago

vodolaz095 commented 7 years ago

I have opened the issue here https://github.com/golang/go/issues/18277

It seems like for Go v > 1.6 when i install your module by go get github.com/fatih/color it later cannot be imported in file. For Go version 1.5 it works as expected

fatih commented 7 years ago

Hi @vodolaz095

I think you have a local problem on your host. It works fine. Please provide more extensive information if you think there is a problem.

vodolaz095 commented 7 years ago

thanks. this problem was arised by upgrading fedora linux from 23 to 24 version. This issue disappeared when i made clean install of fedora linux of 24 version from liveUSB drive.