File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.3.0] - 2024 -11-06
8+ ## [ 1.3.0] - 2025 -11-06
99
1010### Added
1111
@@ -69,4 +69,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6969 log.Printf("Error setting attributes: %v", err)
7070 }
7171 }
72- ```
72+ ```
Original file line number Diff line number Diff line change 11# VWO Feature Management and Experimentation SDK for Go
22
33[ ![ CI] ( https://github.com/wingify/vwo-fme-go-sdk/workflows/CI/badge.svg?branch=master )] ( https://github.com/wingify/vwo-fme-go-sdk/actions?query=workflow%3ACI )
4- [ ![ codecov] ( https://codecov.io/gh/wingify/vwo-fme-go-sdk/branch/master/graph/badge.svg?token=WZ9LNISPPJ )] ( https://codecov.io/gh/wingify/vwo-fme-go-sdk )
54[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
65
76## Overview
@@ -211,7 +210,7 @@ Example usage:
211210attributeMap := map [string ]interface {}{
212211 " plan" : " premium" ,
213212 " trial_used" : true ,
214- " signup_date" : " 2024 -01-01" ,
213+ " signup_date" : " 2025 -01-01" ,
215214}
216215
217216err := vwoInstance.SetAttribute (attributeMap, context)
@@ -454,4 +453,4 @@ Our [Code of Conduct](https://github.com/wingify/vwo-fme-go-sdk/blob/master/CODE
454453
455454[ Apache License, Version 2.0] ( https://github.com/wingify/vwo-fme-go-sdk/blob/master/LICENSE )
456455
457- Copyright 2024- 2025 Wingify Software Pvt. Ltd.
456+ Copyright 2025 Wingify Software Pvt. Ltd.
You can’t perform that action at this time.
0 commit comments