Skip to content

Commit

Permalink
Remove core samples
Browse files Browse the repository at this point in the history
These samples are intended to be used internally for testing purposes
  • Loading branch information
YuriiBarninets committed Aug 29, 2022
1 parent 6e9810b commit a38b604
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 585 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
working-directory: core
args: --verbose

- name: Lint samples module
uses: golangci/golangci-lint-action@v3
with:
working-directory: samples
args: --verbose

build:
name: Build
runs-on: ubuntu-latest
Expand All @@ -40,10 +34,6 @@ jobs:
working-directory: core
run: go build -v ./...

- name: Build samples module
working-directory: samples
run: go build -v ./...

- name: Test
run: cd core && go test -v ./...

9 changes: 0 additions & 9 deletions samples/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions samples/core/basic/dtconfig.json

This file was deleted.

61 changes: 0 additions & 61 deletions samples/core/basic/main.go

This file was deleted.

29 changes: 0 additions & 29 deletions samples/core/http/client/dtconfig.json

This file was deleted.

82 changes: 0 additions & 82 deletions samples/core/http/client/main.go

This file was deleted.

29 changes: 0 additions & 29 deletions samples/core/http/server/dtconfig.json

This file was deleted.

75 changes: 0 additions & 75 deletions samples/core/http/server/main.go

This file was deleted.

16 changes: 0 additions & 16 deletions samples/go.mod

This file was deleted.

Loading

0 comments on commit a38b604

Please sign in to comment.