Skip to content

Commit e7db298

Browse files
committed
Finish v0.2.1
2 parents ca11cd8 + 94bc890 commit e7db298

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/v8platform/v8
1+
module github.com/v8platform/api
22

33
go 1.15
44

0 commit comments

Comments
 (0)