Fix gopherjs build constraint name

This commit is contained in:
David Bariod 2018-09-16 10:14:59 +02:00
parent c38641a38d
commit 98c898cc2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build !appengine,!gopherjs,windows
// +build !appengine,!js,windows
package logrus

View File

@ -1,4 +1,4 @@
// +build !appengine,!gopherjs,windows
// +build !appengine,!js,windows
package logrus