1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 03:05:05 +08:00

package comments and readme update (#2182)

This commit is contained in:
John Guo 2022-10-09 21:23:55 +08:00 committed by GitHub
parent 6cb91021cf
commit 182a393050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 2 deletions

View File

@ -53,7 +53,7 @@ golang version >= 1.15
# Documentation
* 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

View File

@ -83,7 +83,9 @@ import _ "github.com/gogf/gf/contrib/drivers/dm/v2"
```
Note:
- It does not support `Replace` features.
-
# Custom Drivers
It's quick and easy, please refer to current driver source.

View File

@ -4,6 +4,7 @@
// If a copy of the MIT was not distributed with this file,
// 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
import (

View File

@ -4,6 +4,7 @@
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
// Package httputil provides HTTP functions for internal usage only.
package httputil
import (

View File

@ -4,6 +4,7 @@
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
// Package guid provides simple and high performance unique id generation functionality.
package guid
import (