Fix GopherJS build tags

The GopherJS build tag is "js" not "gopherjs"

Signed-off-by: Christian Stewart <christian@paral.in>
This commit is contained in:
Christian Stewart
2018-06-20 21:39:23 -07:00
parent 75068beb13
commit eed1c0f832
6 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build appengine gopherjs
// +build appengine js
package logrus