mirror of
https://github.com/gogf/gf.git
synced 2025-04-05 11:18:50 +08:00
package comments and readme update (#2182)
This commit is contained in:
parent
6cb91021cf
commit
182a393050
@ -53,7 +53,7 @@ golang version >= 1.15
|
|||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
* Chinese Official Site(中文官网): [https://goframe.org](https://goframe.org/display/gf)
|
* Chinese Official Site(中文官网): [https://goframe.org](https://goframe.org/display/gf)
|
||||||
* GoDoc API: [https://pkg.go.dev/github.com/gogf/gf](https://pkg.go.dev/github.com/gogf/gf)
|
* GoDoc API: [https://pkg.go.dev/github.com/gogf/gf/v2](https://pkg.go.dev/github.com/gogf/gf/v2)
|
||||||
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
@ -83,7 +83,9 @@ import _ "github.com/gogf/gf/contrib/drivers/dm/v2"
|
|||||||
```
|
```
|
||||||
Note:
|
Note:
|
||||||
- It does not support `Replace` features.
|
- It does not support `Replace` features.
|
||||||
-
|
|
||||||
|
|
||||||
|
|
||||||
# Custom Drivers
|
# Custom Drivers
|
||||||
|
|
||||||
It's quick and easy, please refer to current driver source.
|
It's quick and easy, please refer to current driver source.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
// If a copy of the MIT was not distributed with this file,
|
// If a copy of the MIT was not distributed with this file,
|
||||||
// You can obtain one at https://github.com/gogf/gf.
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
// Package g provides commonly used type/function defines and coupled calling for creating commonly used objects.
|
||||||
package g
|
package g
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
// If a copy of the MIT was not distributed with this file,
|
// If a copy of the MIT was not distributed with this file,
|
||||||
// You can obtain one at https://github.com/gogf/gf.
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
// Package httputil provides HTTP functions for internal usage only.
|
||||||
package httputil
|
package httputil
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
// If a copy of the MIT was not distributed with this file,
|
// If a copy of the MIT was not distributed with this file,
|
||||||
// You can obtain one at https://github.com/gogf/gf.
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
// Package guid provides simple and high performance unique id generation functionality.
|
||||||
package guid
|
package guid
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user