Remove unnecessary import alias

This commit is contained in:
Ullaakut
2020-05-04 07:57:41 +02:00
committed by Brendan Le Glaunec
parent 9a6c030a74
commit defc308a9d
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"time" "time"
curl "github.com/Ullaakut/go-curl" "github.com/Ullaakut/go-curl"
) )
// HTTP responses. // HTTP responses.