[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[],null,["# Go client library\n\n| **Note:** Google provides the Cloud Translation API client library for Go as a single package for both Cloud Translation - Advanced and Cloud Translation - Basic. This page describes how to install the client library for Cloud Translation - Advanced. To use the client library for Cloud Translation - Basic, see the [installation instructions](/translate/docs/reference/libraries/v2/go).\n\n\nThis page provides reference documentation and related resources for the\nCloud Translation Go client library.\n\n### Installation\n\n\nTo install the client library:\n\n```\ngo get cloud.google.com/go/translate/apiv3\n```\n\nUsing the client library\n------------------------\n\nTo use the Go client library for Cloud Translation - Advanced, you must\nimport the Cloud Translation API client library as follows: \n\n```go\nimport \"cloud.google.com/go/translate/apiv3\"\n```\n\nSee how to\n[translate text](/translate/docs/advanced/translating-text-v3#translating_text)\nfor additional usage details."]]