Registry / http-client / bregydoc-gtranslate

bregydoc-gtranslate

JSON →
library0.0.0-20200913051839-1bd07f6c1fc5gogounverified

A Go client library for the Google Translate API.

go get github.com/bregydoc/gtranslate
INSTALL
IMPORT
SIG · BREGYDOC-GTRANSLAT
B
bregydoc-gtranslate
http-clientgov0.0.0-20200913051839-1bd07f6c1fc5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gtranslate
github.com/bregydoc/gtranslate

Translates text from English to Spanish.

package main import ( "github.com/bregydoc/gtranslate" ) func main() { translated, err := gtranslate.Translate("Hello", gtranslate.FromTo{From: "en", To: "es"}) if err != nil { panic(err) } println(translated) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200913051839-1bd07f6c1fc5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Resources
bregydoc-gtranslate — go get bregydoc-gtranslate · libregistry