Skip to main content

Setup

Install Go

To install Go, you can follow the instructions on the Go website.

Create a new project

To create a new project, run the following command:

mkdir vasystem-api-example-go
cd vasystem-api-example-go
go mod init vasystem-api-example-go

Add dependencies

To add a dependency on the client, run the following commands:

go get -u github.com/vasystem/vasystem-api-go