Skip to content

Commit a3a78bf

Browse files
committed
[fix] Fix go.mod
1 parent 7461b15 commit a3a78bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can perform offline authentication using the following method:
165165
Before using the classes and methods of the ComPDF Conversion SDK in your project, you need to initialize the SDK with a valid license key. If you don’t have a license key, feel free to contact the [ComPDF team](https://www.compdf.com/contact-sales) to obtain one.
166166

167167
```go
168-
import compdf "github.com/ComPDFKit/compdfkit-conversion-sdk-go"
168+
import compdf "github.com/ComPDFKit/compdfkit-conversion-sdk-go/v4"
169169

170170
err := compdf.LicenseVerify("LICENSE_KEY_PATH", "DEVICE_ID", "APP_ID")
171171
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module 192.168.11.12/dengyujia/conversion-go.git
1+
module github.com/ComPDFKit/compdfkit-conversion-sdk-go/v4
22

33
go 1.21

0 commit comments

Comments
 (0)