From: qydysky Date: Wed, 23 Jun 2021 08:43:00 +0000 (+0800) Subject: fix X-Git-Tag: v0.5.34 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=2df7d3dab839d69b28764650b65c637e23a39079;p=part%2F.git fix --- diff --git a/tmplKV/tmplK.go b/tmplKV/tmplK.go index 1334b16..2e3dd8c 100644 --- a/tmplKV/tmplK.go +++ b/tmplKV/tmplK.go @@ -3,7 +3,7 @@ package part import ( "time" "container/list" - syncmap "github.com/qydysky/part/map" + syncmap "github.com/qydysky/part/sync" idpool "github.com/qydysky/part/idpool" ) diff --git a/tmplKV/tmplKV.go b/tmplKV/tmplKV.go index a9a2fae..3797418 100644 --- a/tmplKV/tmplKV.go +++ b/tmplKV/tmplKV.go @@ -2,7 +2,7 @@ package part import ( "time" - syncmap "github.com/qydysky/part/map" + syncmap "github.com/qydysky/part/sync" ) type tmplKV struct {