0
0
Fork 0

renamed detect_lang to detectlang

renamed detect_lang to detectlang.
This commit is contained in:
Minoru Osuka 2017-01-09 16:51:48 +09:00 committed by GitHub
parent 3b2bc30b54
commit 63c0d9a4d2
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@
package config
import (
_ "github.com/blevesearch/blevex/detect_lang"
_ "github.com/blevesearch/blevex/detectlang"
)