mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
move srcd.works to gopkg.in
This commit is contained in:
parent
8c56cb5488
commit
3a2a62baad
@ -9,7 +9,7 @@ Installation
|
||||
The recommended way to install simple-linguist
|
||||
|
||||
```
|
||||
go get github.com/src-d/simple-linguist
|
||||
go get gopkg.in/src-d/simple-linguist.v1/...
|
||||
```
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"srcd.works/simple-linguist.v1"
|
||||
"gopkg.in/src-d/simple-linguist.v1"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
|
||||
"srcd.works/simple-linguist.v1/internal/code-generator/generator"
|
||||
"gopkg.in/src-d/simple-linguist.v1/internal/code-generator/generator"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user