Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
all: total refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 24, 2019
1 parent 67e5265 commit 5cd0a5d
Show file tree
Hide file tree
Showing 93 changed files with 4 additions and 9,047 deletions.
5 changes: 3 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ linters-settings:
dupl:
threshold: 100
goconst:
min-len: 2
min-occurrences: 2
min-len: 3
min-occurrences: 3
misspell:
locale: US
lll:
Expand Down Expand Up @@ -88,6 +88,7 @@ linters:
- prealloc
- gochecknoglobals
- scopelint
- dupl

run:
skip-dirs:
Expand Down
65 changes: 0 additions & 65 deletions Gopkg.lock

This file was deleted.

34 changes: 0 additions & 34 deletions Gopkg.toml

This file was deleted.

132 changes: 0 additions & 132 deletions cmd/turn-client/client.go

This file was deleted.

5 changes: 0 additions & 5 deletions e2e/coturn/capture.sh

This file was deleted.

40 changes: 0 additions & 40 deletions e2e/coturn/docker-compose.yml

This file was deleted.

6 changes: 0 additions & 6 deletions e2e/coturn/tcpdump.Dockerfile

This file was deleted.

75 changes: 0 additions & 75 deletions e2e/coturn/test.sh

This file was deleted.

Loading

0 comments on commit 5cd0a5d

Please sign in to comment.