Closed dmitshur closed 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.
SetIndent
Resolves #12.
Thanks! LGTM
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.