google / shenzhen-go

Experimental visual Go environment
Apache License 2.0
464 stars 44 forks source link

Mention in README that Go 1.7+ is required. #13

Closed dmitshur closed 7 years ago

dmitshur commented 7 years ago

Older versions of Go won't work due to 1.7+ features used in the project.

For instance, see https://github.com/google/shenzhen-go/blob/f8afcfa39493d162b2b44cff43ac22cac507e81a/graph/graph.go#L114. SetIndent was added to standard library in 1.7.

Resolves #12.

DrJosh9000 commented 7 years ago

Thanks! LGTM