Install
Go SDK Installation
To integrate VWO Go SDK into your application, you first need to install the SDK.
Requirements
Note:
Go 1.11+
Installation via GitHub
Make sure you run this command in the correct directory where your app resides.
go get "github.com/wingify/vwo-go-sdk"
Source Code
The VWO SDK code is available in various languages on GitHub. All different SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2020.
Language | Repository |
---|---|
Go | https://github.com/wingify/vwo-go-sdk |
Updated over 3 years ago