From 28f1b9c2e91c3a7a5d5561e6956eac823f7fedf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20L=C3=B6ffel?= Date: Fri, 6 Sep 2019 17:54:27 +0200 Subject: [PATCH] update path --- examples/basic.go | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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