Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

go get -u -v github.com/gogf/gf/v2

推荐使用 go.mod:

require github.com/gogf/gf/v2 latest

限制

golang版本 >= 1.1115

架构

模块

核心模块

GoFrame提供了一些基础的、常用的模块,简单、易用和轻量级,并保持极少的外部依赖,这些模块由gf主仓库细致维护。

...