Commit 48b91651 authored by xujianhai666's avatar xujianhai666

use gx

parent 87779f8e
...@@ -15,7 +15,11 @@ A go sdk for [Apache Dubbo-go](github.com/apache/dubbo-go). ...@@ -15,7 +15,11 @@ A go sdk for [Apache Dubbo-go](github.com/apache/dubbo-go).
> slice pool > slice pool
## container ## container
* HashSet * gxqueue
> Queue
* gxset
> HashSet
## math ## math
......
...@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and ...@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package queue package gxqueue
import ( import (
"errors" "errors"
......
...@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and ...@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package queue package gxqueue
import ( import (
"sync" "sync"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package container package gxset
import ( import (
"fmt" "fmt"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package container package gxset
import "testing" import "testing"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment