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:
parent
6cb91021cf
commit
182a393050
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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 (
|
||||
|
@ -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 (
|
||||
|
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user