Skip to content

Commit d19fa10

Browse files
committed
Fix errors made during release 0.2.0 and 0.2.1 (closes #24)
1 parent 2ef8309 commit d19fa10

File tree

152 files changed

+7
-31424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+7
-31424
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
.idea
33

44
# macOS
5-
.DS_Store
5+
.DS_Store
6+
7+
# go
8+
vendor/

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
Snowplow is a scalable open-source platform for rich, high quality, low-latency data collection. It is designed to collect high quality, complete behavioural data for enterprise business.
88

9+
## Note
10+
Due to issues in the release process, v0.2.2 should be used in favour of v0.2.0 or v0.2.1.
11+
912
## Snowplow Pipeline Overview
1013

1114
![snowplow-pipeline](media/snowplow_architecture.png)
@@ -168,10 +171,6 @@ func (event ParsedEvent) GetContextValue(contextName string, path ...interface{}
168171
```
169172
170173
GetContextValue gets a value from a parsed event's contexts using it's path (`contexts_example_1.example[0]`)
171-
172-
### Note
173-
Version 0.2.1 should be used instead of version 0.2.0.
174-
175174
## Copyright and license
176175
177176
Snowplow Golang Analytics SDK is copyright 2021 Snowplow Analytics Ltd.

vendor/github.com/davecgh/go-spew/LICENSE

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/davecgh/go-spew/spew/bypass.go

Lines changed: 0 additions & 145 deletions
This file was deleted.

vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)