Преглед изворни кода

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"