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).
> slice pool
## container
* HashSet
* gxqueue
> Queue
* gxset
> HashSet
## math
......
......@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package queue
package gxqueue
import (
"errors"
......
......@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package queue
package gxqueue
import (
"sync"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package container
package gxset
import (
"fmt"
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package container
package gxset
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