Versions in this module Expand all Collapse all v0 v0.0.1 Sep 25, 2019 Changes in this version + func Translate(text string, from language.Tag, to language.Tag) (string, error) + func TranslateWithParams(text string, params TranslationParams) (string, error) + type TranslationParams struct + Delay time.Duration + From string + To string + Tries int