sirupsen / logrus

Structured, pluggable logging for Go.
MIT License
24.8k stars 2.27k forks source link

gopherjs: fix build with js and solaris build tags #1321

Closed paralin closed 2 years ago

paralin commented 2 years ago

Fix the solaris build tag, and add the gopherjs tag to the terminal_check file.

This fixes the build with "gopherjs build -v"

paralin commented 2 years ago

... nevermind, turns out these are no longer needed. gopherjs sets the "js" build tag properly now.