]> 127.0.0.1 Git - part/.git/commitdiff
fix v0.5.34
authorqydysky <qydysky@foxmail.com>
Wed, 23 Jun 2021 08:43:00 +0000 (16:43 +0800)
committerqydysky <qydysky@foxmail.com>
Wed, 23 Jun 2021 08:43:00 +0000 (16:43 +0800)
tmplKV/tmplK.go
tmplKV/tmplKV.go

index 1334b1671439b42c6916ee07f4e00f1edec01222..2e3dd8c2c7e4b5af9420934b7eed438a3e669c99 100644 (file)
@@ -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"
 )
 
index a9a2fae32f8adfc20caadfbb246ce5537d670c4c..3797418500ff56059bb3371109152e41e6a1340f 100644 (file)
@@ -2,7 +2,7 @@ package part
 
 import (
        "time"
-       syncmap "github.com/qydysky/part/map"
+       syncmap "github.com/qydysky/part/sync"
 )
 
 type tmplKV struct {