Skip to content

Commit 600c019

Browse files
committed
Move example to separate Github repo
Move example to github.com/elgopher/batch-example repo . This work is needed because in the example I plan to use real database, Docker etc. Adding such dependencies to batch repo would create a lot of noise which I want to avoid.
1 parent c9abb18 commit 600c019

File tree

8 files changed

+1
-285
lines changed

8 files changed

+1
-285
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ err := processor.Run(ctx, resourceKey, func(r *YourResource) {
6868
})
6969
```
7070

71-
For real-life example see [example web application](_example).
71+
For real-life example see [example web application](https://github.com/elgopher/batch-example).
7272

7373
## Installation
7474

_example/http/http.go

-66
This file was deleted.

_example/logger/logger.go

-34
This file was deleted.

_example/main.go

-38
This file was deleted.

_example/store/file.go

-48
This file was deleted.

_example/train/error.go

-15
This file was deleted.

_example/train/service.go

-29
This file was deleted.

_example/train/train.go

-54
This file was deleted.

0 commit comments

Comments
 (0)