File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The v2 release contains breaking changes. The most important ones are:
2222## Usage
2323
2424``` bash
25- go get github.com/leonsteinhaeuser/observer
25+ go get github.com/leonsteinhaeuser/observer/v2
2626```
2727
2828## Example
@@ -32,7 +32,7 @@ package main
3232
3333import (
3434 " fmt"
35- " github.com/leonsteinhaeuser/observer"
35+ " github.com/leonsteinhaeuser/observer/v2 "
3636)
3737
3838type Event struct {
Original file line number Diff line number Diff line change 55 "sync"
66 "time"
77
8- "github.com/leonsteinhaeuser/observer"
8+ "github.com/leonsteinhaeuser/observer/v2 "
99)
1010
1111const (
Original file line number Diff line number Diff line change 88 "time"
99
1010 "github.com/hashicorp/go-multierror"
11- "github.com/leonsteinhaeuser/observer"
11+ "github.com/leonsteinhaeuser/observer/v2 "
1212 "golang.org/x/sync/errgroup"
1313)
1414
Original file line number Diff line number Diff line change 1- module github.com/leonsteinhaeuser/observer
1+ module github.com/leonsteinhaeuser/observer/v2
22
33go 1.18
44
You can’t perform that action at this time.
0 commit comments