diff --git a/examples/basic.go b/examples/basic.go index a439816..a234ad0 100644 --- a/examples/basic.go +++ b/examples/basic.go @@ -2,7 +2,7 @@ package main import ( "context" - "github.com/mariuspass/recws" + "github.com/recws-org/recws" "log" "time" ) diff --git a/makefile b/makefile index c86c9ee..57b36f8 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ install: go get -t -v -u ./... linter: - golangci-lint run --enable-all + golangci-lint run test: make linter \ No newline at end of file