diff --git a/docs/obs_3rd_party/go_sdk/ALL_META.TXT.json b/docs/obs_3rd_party/go_sdk/ALL_META.TXT.json index f42648560..c278598d0 100644 --- a/docs/obs_3rd_party/go_sdk/ALL_META.TXT.json +++ b/docs/obs_3rd_party/go_sdk/ALL_META.TXT.json @@ -61,7 +61,7 @@ "node_id":"obs_23_0001.xml", "product_code":"obs", "code":"4", - "des":"This topic provides the download links and installation methods of OBS SDK for Go.Latest version of OBS SDK for GoYou can use the methods listed in Table 1 to install OBS", + "des":"This topic provides the download links and installation methods of OBS SDK for Go.Latest version of OBS SDK for GoOBS SDK for Go can be installed in the following ways:Th", "doc_type":"sdk-go-devg", "kw":"Downloading and Installing an SDK,Go SDK Developer Guide", "search_title":"", diff --git a/docs/obs_3rd_party/go_sdk/CLASS.TXT.json b/docs/obs_3rd_party/go_sdk/CLASS.TXT.json index 127c58668..f1db6b69a 100644 --- a/docs/obs_3rd_party/go_sdk/CLASS.TXT.json +++ b/docs/obs_3rd_party/go_sdk/CLASS.TXT.json @@ -27,7 +27,7 @@ "code":"3" }, { - "desc":"This topic provides the download links and installation methods of OBS SDK for Go.Latest version of OBS SDK for GoYou can use the methods listed in Table 1 to install OBS", + "desc":"This topic provides the download links and installation methods of OBS SDK for Go.Latest version of OBS SDK for GoOBS SDK for Go can be installed in the following ways:Th", "product_code":"obs", "title":"Downloading and Installing an SDK", "uri":"obs_23_0001.html", diff --git a/docs/obs_3rd_party/go_sdk/obs_23_0001.html b/docs/obs_3rd_party/go_sdk/obs_23_0001.html index 519d50bd8..6ec2f8c73 100644 --- a/docs/obs_3rd_party/go_sdk/obs_23_0001.html +++ b/docs/obs_3rd_party/go_sdk/obs_23_0001.html @@ -4,22 +4,7 @@

This topic provides the download links and installation methods of OBS SDK for Go.

Downloading OBS SDK for Go

-

Installing OBS SDK for Go

You can use the methods listed in Table 1 to install OBS SDK for Go.

- -
- - - - - - - -
Table 1 Methods of installing OBS SDK for Go

No.

-

Method

-

1

-

Download an installation package and use GoLand to create a go project.

-
-
+

Installing OBS SDK for Go

OBS SDK for Go can be installed in the following ways:

Downloading a Go SDK and Using GoLand to Compile It

This procedure uses the latest version as an example:

  1. Download the SDK package.
  2. Decompress the package to obtain the following files: src (the SDK source code and sample code) and README.MD (the feature description file of SDK versions).
  3. Use GoLand to create a Go project and copy the obs, examples, and main folders to the src folder of your Go project.
  4. Right-click the Go project and choose Build Project from the drop-down list, and wait until the building is complete.

    After the building is complete, you can get a directory structure similar to the following: