Skip to content

Commit 94bc890

Browse files
committed
rename mod v8 to api
1 parent a4f8d9c commit 94bc890

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ go-v8platform
99
```go
1010
package main
1111

12-
import "github.com/v8platform/v8"
12+
import "github.com/v8platform/api"
1313

1414
func main() {
1515

@@ -33,4 +33,4 @@ func main() {
3333
```
3434
## Документация
3535

36-
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/v8platform/v8)
36+
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/v8platform/api)

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package v8_test
55

66
import (
77
"fmt"
8-
v8 "github.com/v8platform/v8"
8+
v8 "github.com/v8platform/api"
99
"io/ioutil"
1010
"log"
1111
"os"

0 commit comments

Comments
 (0)