Skip to content

Commit

Permalink
34.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Mar 4, 2021
1 parent 19d4aa6 commit 84a14b6
Show file tree
Hide file tree
Showing 2,495 changed files with 3,048 additions and 220,606 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PACKAGE_NAME = platformclientv2
ROOT_DIR = $(dir $(realpath $(firstword $(MAKEFILE_LIST))))

build:
cd ${ROOT_DIR}; go build -o ./bin/${PACKAGE_NAME} ./${PACKAGE_NAME}
cd ${PACKAGE_NAME}; go build -o ../bin/${PACKAGE_NAME}

test:
cd ${ROOT_DIR}; go test -v -failfast ./${PACKAGE_NAME}
cd ${PACKAGE_NAME}; go test -v -failfast
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Platform API Client SDK - Go

A Go package to interface with the Genesys Cloud Platform API. View the documentation on the [pkg.go.dev](https://pkg.go.dev/github.com/MyPureCloud/platform-client-sdk-go/platformclientv2). Browse the source code on [Github](https://github.com/MyPureCloud/platform-client-sdk-go).

Latest version: 33.0.3 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)]()
Latest version: 34.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)]()
[![Release Notes Badge](https://developer.mypurecloud.com/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-go/blob/master/releaseNotes.md)

## Golang Version Dependency
Expand Down
25 changes: 0 additions & 25 deletions build/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions build/.swagger-codegen-ignore

This file was deleted.

7 changes: 0 additions & 7 deletions build/Makefile

This file was deleted.

182 changes: 0 additions & 182 deletions build/README.md

This file was deleted.

Loading

0 comments on commit 84a14b6

Please sign in to comment.