Skip to content

Commit

Permalink
remove v1 implementation (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia authored Jun 23, 2022
1 parent b2ab067 commit 2210572
Show file tree
Hide file tree
Showing 53 changed files with 0 additions and 8,135 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
check-latest: true
- name: Run unit tests
run: make test
- name: Run acceptance tests
run: |
export LOCAL_REGISTRY_HOSTNAME="$(hostname -I | awk '{print $1}')"
make acceptance
- name: Upload coverage report
uses: actions/upload-artifact@master
with:
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ test: vendor check-encoding
covhtml:
open .cover/coverage.html

.PHONY: acceptance
acceptance:
./scripts/acceptance.sh

.PHONY: clean
clean:
git status --ignored --short | grep '^!! ' | sed 's/!! //' | xargs rm -rf
Expand Down
222 changes: 0 additions & 222 deletions examples/advanced/advanced.go

This file was deleted.

29 changes: 0 additions & 29 deletions examples/advanced/file_unix.go

This file was deleted.

41 changes: 0 additions & 41 deletions examples/advanced/file_windows.go

This file was deleted.

12 changes: 0 additions & 12 deletions examples/go.mod

This file was deleted.

Loading

0 comments on commit 2210572

Please sign in to comment.