소스 검색

plugins/server_id: Fix the package name

It was typo'd from the copy/paste of the initial commit I think

Signed-off-by: Anatole Denis <anatole@unverle.fr>
Anatole Denis 6 년 전
부모
커밋
b420ac02d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/server_id/plugin.go

+ 1 - 1
plugins/server_id/plugin.go

@@ -1,4 +1,4 @@
-package clientport
+package serverid
 
 import (
 	"errors"