Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 520 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 520 Bytes

Install

go get github.com/turk/free-google-translate

Example usage

package main

import (
	"fmt"
	"github.com/turk/free-google-translate"
	"net/http"
)

func main() {
	client := http.Client{}
	t := translator.NewTranslator(&client)
	result, _ := t.Translate("Hello!", "en", "ro")
	fmt.Println(result)
	// Output: "Salut!"
}

Sponsors

sponsors