hhatto / gocloc

A little fast cloc(Count Lines Of Code)
MIT License
792 stars 79 forks source link

Unable to install in windows 7 #4

Closed ajpen closed 7 years ago

ajpen commented 7 years ago

I'm trying to install for windows and I'm getting the following error:

$ go get github.com/hhatto/gocloc
# github.com/hhatto/gocloc
..\..\..\..\go_workspace\src\github.com\hhatto\gocloc\file.go:53: scanner.Buffer undefined (type *bufio.Scanner has no field or method Buffer)

Go version = go1.5.1 windows/amd64

hhatto commented 7 years ago

gocloc requires Go1.6++