This website works better with JavaScript
Home
Explore
Help
Sign In
golang
/
goja
mirror of
https://github.com/dop251/goja
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixed formatting for go 1.17
Dmitry Panov
4 years ago
parent
994d93d2a4
commit
e67f3e7fa7
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
1
0
tc39_norace_test.go
1
0
tc39_race_test.go
+ 1
- 0
tc39_norace_test.go
View File
@@ -1,3 +1,4 @@
+//go:build !race
// +build !race
package goja
+ 1
- 0
tc39_race_test.go
View File
@@ -1,3 +1,4 @@
+//go:build race
// +build race
package goja