Browse Source

Fixed formatting for go 1.17

Dmitry Panov 4 years ago
parent
commit
e67f3e7fa7
2 changed files with 2 additions and 0 deletions
  1. 1 0
      tc39_norace_test.go
  2. 1 0
      tc39_race_test.go

+ 1 - 0
tc39_norace_test.go

@@ -1,3 +1,4 @@
+//go:build !race
 // +build !race
 
 package goja

+ 1 - 0
tc39_race_test.go

@@ -1,3 +1,4 @@
+//go:build race
 // +build race
 
 package goja