Merge pull request #717 from gracenoah/gopherjs

add gopherjs build tag
This commit is contained in:
Stephen Day
2018-02-28 13:44:18 -08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// +build darwin freebsd openbsd netbsd dragonfly // +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine // +build !appengine,!gopherjs
package logrus package logrus
+1 -1
View File
@@ -1,4 +1,4 @@
// +build appengine // +build appengine gopherjs
package logrus package logrus
+1 -1
View File
@@ -1,4 +1,4 @@
// +build !appengine // +build !appengine,!gopherjs
package logrus package logrus
+1 -1
View File
@@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build !appengine // +build !appengine,!gopherjs
package logrus package logrus