Skip to content

Commit

Permalink
Finish v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khorevaa committed Dec 19, 2020
2 parents ca11cd8 + 94bc890 commit e7db298
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go-v8platform
```go
package main

import "github.com/v8platform/v8"
import "github.com/v8platform/api"

func main() {

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

[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/v8platform/v8)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/v8platform/api)
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package v8_test

import (
"fmt"
v8 "github.com/v8platform/v8"
v8 "github.com/v8platform/api"
"io/ioutil"
"log"
"os"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/v8platform/v8
module github.com/v8platform/api

go 1.15

Expand Down

0 comments on commit e7db298

Please sign in to comment.