File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func main() {
2727 {ID: " 2" , Name: " Joe" , Score: 92.50 },
2828 }
2929
30- d := diff.NewListener [FeedData]()
30+ d := diff.NewDiff [FeedData]()
3131
3232 // set callback func if you need
3333 f := func (e []diff.Events [FeedData]) {
@@ -58,4 +58,13 @@ func main() {
5858Distributed under the MIT License. See [ license] ( LICENSE ) for more information.
5959
6060## Contributing <a id =" contributing " ></a >
61- Contributions are welcome! Feel free to check our [ open issues] ( https://github.com/panapol-p/go-slice-struct-listener/issues ) .
61+ Contributions are welcome! Feel free to check our [ open issues] ( https://github.com/panapol-p/go-slice-struct-listener/issues ) .
62+
63+ <a href =" https://github.com/panapol-p/go-slice-struct-diff/graphs/contributors " >
64+ <img src =" https://contrib.rocks/image?repo=panapol-p/go-slice-struct-diff " />
65+ </a >
66+
67+ <br >
68+ <div align =" center " >
69+ Show some ❤️ by starring this awesome repository!
70+ </div >
You can’t perform that action at this time.
0 commit comments