2
0

update path

This commit is contained in:
Lucas Löffel
2019-09-06 17:54:27 +02:00
parent 5d490f5f00
commit 28f1b9c2e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package main
import (
"context"
"github.com/mariuspass/recws"
"github.com/recws-org/recws"
"log"
"time"
)
+1 -1
View File
@@ -2,7 +2,7 @@ install:
go get -t -v -u ./...
linter:
golangci-lint run --enable-all
golangci-lint run
test:
make linter