Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking committed Dec 15, 2019
1 parent dd0c44a commit 05a3090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Expand Up @@ -2,10 +2,10 @@

1. Please create a issue first
1. Don't use internal package
1. Don't use package manager
1. Don't use any package manager
1. Single function better than multiple functions
1. Single file better than multiple files
1. Single diretory better than multiple multiple directories
1. Prefer struct and function to be exported.
1. Please create PR on `develop` branch
1. Keep it simple, stupid
1. Please create PR on `master` branch
12 changes: 0 additions & 12 deletions test_test.go
Expand Up @@ -15,20 +15,8 @@
package brook

import (
"log"
"testing"
)

func TestTest(t *testing.T) {
s, err := NewWSClient(":1080", "127.0.0.1", "wss://blueeye.app", "hello", 60, 0, 60, 60)
if err != nil {
log.Println(err)
return
}
c, err := s.DialWebsocket("104.18.58.234:443")
if err != nil {
log.Println(err)
return
}
c.Close()
}

0 comments on commit 05a3090

Please sign in to comment.