mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 04:09:48 +00:00
move srcd.works to gopkg.in
This commit is contained in:
@ -9,7 +9,7 @@ Installation
|
|||||||
The recommended way to install simple-linguist
|
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"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
"srcd.works/simple-linguist.v1"
|
"gopkg.in/src-d/simple-linguist.v1"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -4,7 +4,7 @@ import (
|
|||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"srcd.works/simple-linguist.v1/internal/code-generator/generator"
|
"gopkg.in/src-d/simple-linguist.v1/internal/code-generator/generator"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user