We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db84fcc commit f75f288Copy full SHA for f75f288
cgo.go
@@ -19,8 +19,6 @@ import "C"
19
import (
20
_ "rogchap.com/v8go/deps/darwin_x86_64"
21
_ "rogchap.com/v8go/deps/include"
22
- _ "rogchap.com/v8go/deps/include/cppgc"
23
- _ "rogchap.com/v8go/deps/include/libplatform"
24
_ "rogchap.com/v8go/deps/linux_x86_64"
25
_ "rogchap.com/v8go/deps/windows_x86_64"
26
)
deps/include/vendor.go
@@ -1,3 +1,8 @@
1
// Package include is required to provide support for vendoring modules
2
// DO NOT REMOVE
3
package include
4
+
5
+import (
6
+ _ "rogchap.com/v8go/deps/include/cppgc"
7
+ _ "rogchap.com/v8go/deps/include/libplatform"
8
+)
0 commit comments