File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ go-v8platform
99``` go
1010package main
1111
12- import " github.com/v8platform/v8 "
12+ import " github.com/v8platform/api "
1313
1414func 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 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package v8_test
55
66import (
77 "fmt"
8- v8 "github.com/v8platform/v8 "
8+ v8 "github.com/v8platform/api "
99 "io/ioutil"
1010 "log"
1111 "os"
Original file line number Diff line number Diff line change 1- module github.com/v8platform/v8
1+ module github.com/v8platform/api
22
33go 1.15
44
You can’t perform that action at this time.
0 commit comments