Installing the SDK
To integrate the VWO Feature Management and Experimentation SDK into your Go project, you can use Go modules to install it directly from GitHub.
Requirements
- Go version 1.16 or higher
Installation
Run the following command in your project directory:
go get github.com/wingify/vwo-fme-go-sdk
This command will download and install the VWO FME SDK and its dependencies in your project.
Import the SDK
After installation, you can import the SDK in your Go files:
import vwo "github.com/wingify/vwo-fme-go-sdk"
You're ready to initialize and use the SDK in your Go application.
NoteThe Go SDK requires the use of VWO Gateway Service. Make sure to set up the Gateway Service before initializing the SDK. For more information, see our Gateway Service documentation.
Source Code
Language | Repository |
---|---|
Go | https://github.com/wingify/vwo-fme-go-sdk |
The FME SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.
Updated 25 days ago