gogen icon indicating copy to clipboard operation
gogen copied to clipboard

use filepath.SplitList

Open matryer opened this issue 7 years ago • 0 comments

strings.Split(os.Getenv("GOPATH"), ":") should be filepath.SplitList(os.Getenv("GOPATH")) to make it OS independent.

matryer avatar Jan 10 '17 17:01 matryer