Skip to content

Commit 37dda2e

Browse files
committed
relocate examples to a separate repository
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 6bfff25 commit 37dda2e

Some content is hidden

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

76 files changed

+1
-9057
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ jobs:
6161
EUREKA_ADDR: http://localhost:${{ job.services.eureka.ports[8761] }}/eureka
6262
run: go test -v -race -coverprofile=coverage.coverprofile -covermode=atomic -tags integration ./...
6363

64-
- name: Run example tests
65-
run: |
66-
cd examples
67-
go test -v -race ./...
68-
6964
- name: Upload coverage
7065
uses: codecov/codecov-action@v1
7166
with:

examples/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Examples
22

3-
For more information about these examples,
4-
including a walkthrough of the stringsvc example,
5-
see [gokit.io/examples](https://gokit.io/examples).
3+
Examples have been relocated to a separate repository: https://github.com/go-kit/examples

examples/addsvc/README.md

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

examples/addsvc/cmd/addcli/addcli.go

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

0 commit comments

Comments
 (0)