mirror of
https://gitee.com/johng/gf
synced 2026-06-26 17:35:40 +08:00
注释完善
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
// If a copy of the MIT was not distributed with this file,
|
||||
// You can obtain one at https://gitee.com/johng/gf.
|
||||
|
||||
// 优雅的channel操作.
|
||||
// 优雅的Channel操作.
|
||||
package gchan
|
||||
|
||||
import (
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
// You can obtain one at https://gitee.com/johng/gf.
|
||||
//
|
||||
|
||||
// 并发安全的双向链表
|
||||
// 并发安全的双向链表.
|
||||
package glist
|
||||
|
||||
import (
|
||||
|
||||
@ -4,5 +4,5 @@
|
||||
// If a copy of the MIT was not distributed with this file,
|
||||
// You can obtain one at https://gitee.com/johng/gf.
|
||||
|
||||
// 并发安全的MAP
|
||||
// 并发安全的哈希MAP.
|
||||
package gmap
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
// If a copy of the MIT was not distributed with this file,
|
||||
// You can obtain one at https://gitee.com/johng/gf.
|
||||
|
||||
// 动态大小的安全队列(dynamic channel).
|
||||
// 并发安全的动态队列.
|
||||
// 优点:
|
||||
// 1、队列初始化速度快;
|
||||
// 2、可以向队头/队尾进行Push/Pop操作;
|
||||
|
||||
@ -4,5 +4,5 @@
|
||||
// If a copy of the MIT was not distributed with this file,
|
||||
// You can obtain one at https://gitee.com/johng/gf.
|
||||
|
||||
// 并发安全的SET
|
||||
// 并发安全的集合SET.
|
||||
package gset
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
// If a copy of the MIT was not distributed with this file,
|
||||
// You can obtain one at https://gitee.com/johng/gf.
|
||||
|
||||
// 关系数据库操作
|
||||
// 数据库ORM操作.
|
||||
package gdb
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user