File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Go Rev.ai
2
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/oriiolabs /revai-go )] ( https://goreportcard.com/report/github.com/oriiolabs /revai-go )
3
- [ ![ GoDoc] ( http://img.shields.io/badge/godoc-reference-blue.svg )] ( http://godoc.org/github.com/oriiolabs /revai-go )
2
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/descriptinc /revai-go )] ( https://goreportcard.com/report/github.com/descriptinc /revai-go )
3
+ [ ![ GoDoc] ( http://img.shields.io/badge/godoc-reference-blue.svg )] ( http://godoc.org/github.com/descriptinc /revai-go )
4
4
5
5
A [ Rev.ai] ( https://rev.ai ) Go client library.
6
6
@@ -9,20 +9,20 @@ A [Rev.ai](https://rev.ai) Go client library.
9
9
Install revai-go with:
10
10
11
11
``` sh
12
- go get -u github.com/oriiolabs /revai-go
12
+ go get -u github.com/descriptinc /revai-go
13
13
```
14
14
15
15
Then, import it using:
16
16
17
17
``` go
18
18
import (
19
- " github.com/oriiolabs /revai-go"
19
+ " github.com/descriptinc /revai-go"
20
20
)
21
21
```
22
22
23
23
## Documentation
24
24
25
- For details on all the functionality in this library, see the [ GoDoc] ( http://godoc.org/github.com/oriiolabs /revai-go )
25
+ For details on all the functionality in this library, see the [ GoDoc] ( http://godoc.org/github.com/descriptinc /revai-go )
26
26
documentation.
27
27
28
28
Below are a few simple examples:
Original file line number Diff line number Diff line change 9
9
"os"
10
10
"time"
11
11
12
- "github.com/oriiolabs /revai-go"
12
+ "github.com/descriptinc /revai-go"
13
13
)
14
14
15
15
func main () {
Original file line number Diff line number Diff line change 1
- module github.com/nicolasgere /revai-go
1
+ module github.com/descriptinc /revai-go
2
2
3
3
go 1.14
4
4
You can’t perform that action at this time.
0 commit comments