We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53e17c commit ce223f8Copy full SHA for ce223f8
README.md
@@ -5,6 +5,7 @@ This package implements the [libdns](https://github.com/libdns/libdns) interface
5
## Code example
6
7
```shell
8
+import "github.com/libdns/tencentcloud"
9
provider := &tencentcloud.Provider{
10
SecretId: "YOUR_Secret_ID",
11
SecretKey: "YOUR_Secret_Key",
_example/main.go
@@ -4,7 +4,7 @@ import (
4
"context"
"fmt"
- tencentcloud "github.com/libdns/tencentcloud"
+ "github.com/libdns/tencentcloud"
)
func main() {
0 commit comments