Skip to content

Commit

Permalink
relocate examples to a separate repository
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jun 11, 2021
1 parent c01c05e commit b0fcdad
Show file tree
Hide file tree
Showing 76 changed files with 1 addition and 9,057 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
EUREKA_ADDR: http://localhost:${{ job.services.eureka.ports[8761] }}/eureka
run: go test -v -race -coverprofile=coverage.coverprofile -covermode=atomic -tags integration ./...

- name: Run example tests
run: |
cd examples
go test -v -race ./...
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
Expand Down
4 changes: 1 addition & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Examples

For more information about these examples,
including a walkthrough of the stringsvc example,
see [gokit.io/examples](https://gokit.io/examples).
Examples have been relocated to a separate repository: https://github.com/go-kit/examples
17 changes: 0 additions & 17 deletions examples/addsvc/README.md

This file was deleted.

210 changes: 0 additions & 210 deletions examples/addsvc/cmd/addcli/addcli.go

This file was deleted.

0 comments on commit b0fcdad

Please sign in to comment.