update go.mod and imports

This commit is contained in:
2023-03-17 12:54:34 +03:00
parent f3a1a4c83f
commit 437841c8dd
268 changed files with 4019 additions and 2045 deletions

View File

@@ -33,7 +33,7 @@ Decort SDK - это библиотека, написанная на языке G
Выполните команду в терминале:
```bash
go get -u github.com/rudecs/decort-sdk
go get -u repository.basistech.ru/BASIS/decort-golang-sdk
```
## Список API
@@ -685,4 +685,4 @@ func main() {
fmt.Println(res)
}
```
```