move srcd.works to gopkg.in

This commit is contained in:
Máximo Cuadros
2017-04-05 18:26:58 +02:00
parent 8c56cb5488
commit 3a2a62baad
3 changed files with 3 additions and 3 deletions

View File

@ -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/...
``` ```

View File

@ -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() {

View File

@ -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 (