Use jmhodges fork of gocld2
This commit is contained in:
parent
8e82ee3702
commit
bcbabce401
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
@ -27,7 +27,7 @@ Yo also need to install go dependences:
|
|||
github.com/gorilla/securecookie github.com/gorilla/mux \
|
||||
github.com/nfnt/resize github.com/cihub/seelog \
|
||||
golang.org/x/crypto/scrypt \
|
||||
github.com/rainycape/cld2
|
||||
github.com/jmhodges/gocld2
|
||||
|
||||
== Installation ==
|
||||
=== For admins ("for developers" below) ===
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"io/ioutil"
|
||||
"strings"
|
||||
|
||||
"github.com/jmhodges/gocld2"
|
||||
"github.com/meskio/epubgo"
|
||||
"github.com/rainycape/cld2"
|
||||
)
|
||||
|
||||
func GuessLang(epub *epubgo.Epub, orig_langs []string) []string {
|
||||
|
|
Reference in a new issue