소스 검색

Use import alias so tools know the goregen import is used

Rod Hynes 10 년 전
부모
커밋
a51817409e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      psiphon/tunnel.go

+ 1 - 1
psiphon/tunnel.go

@@ -30,7 +30,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/Psiphon-Inc/goregen"
+	regen "github.com/Psiphon-Inc/goregen"
 	"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/transferstats"
 	"golang.org/x/crypto/ssh"
 )