2
0

Update basic.go

This commit is contained in:
Marius Dobre
2018-11-22 21:18:51 +02:00
committed by GitHub
parent eca8546ea6
commit e4b6961e7e
+1 -1
View File
@@ -2,7 +2,7 @@ package main
import ( import (
"context" "context"
"github.com/loeffel-io/recws" "github.com/mariuspass/recws"
"log" "log"
"time" "time"
) )