Closed
Description
logrus/terminal_check_solaris.go
Line 1 in 9b3cdde
I think this file should have a build tag like:
// +build solaris
similar to
Line 1 in 9b3cdde
I believe this is the reason logrus currently fails to build on AppEngine standard projects (where we can't use golang.org/x/sys/unix
).