mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
* add Tag* functions to retreive most commonly used tag value from struct field for package gstructs; use description tag as default value if brief is empty for gcmd.Argument * fix cache issue in Count/Value functions for gdb.Model * add more ut case for package gdb * version updates
7 lines
87 B
Go
7 lines
87 B
Go
package gf
|
|
|
|
const (
|
|
// VERSION is the current GoFrame version.
|
|
VERSION = "v2.2.4"
|
|
)
|