Versions in this module Expand all Collapse all v0 v0.0.2 May 13, 2021 v0.0.1 May 13, 2021 Changes in this version + type Config struct + Debug io.Writer + Key string + Url string + type Translation struct + func New(conf Config) *Translation + func (tr *Translation) Detect(text string) (float32, string, error) + func (tr *Translation) Translate(source, sourceLang, targetLang string) (string, error)