We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f8d9c commit 94bc890Copy full SHA for 94bc890
README.md
@@ -9,7 +9,7 @@ go-v8platform
9
```go
10
package main
11
12
-import "github.com/v8platform/v8"
+import "github.com/v8platform/api"
13
14
func main() {
15
@@ -33,4 +33,4 @@ func main() {
33
```
34
## Документация
35
36
-[](http://godoc.org/github.com/v8platform/v8)
+[](http://godoc.org/github.com/v8platform/api)
example_test.go
@@ -5,7 +5,7 @@ package v8_test
5
6
import (
7
"fmt"
8
- v8 "github.com/v8platform/v8"
+ v8 "github.com/v8platform/api"
"io/ioutil"
"log"
"os"
0 commit comments