Migrated repository
Go to file
huangqian 0bd3537a78 Implemented gjson Example
1.SetViolenceCheck 2.ToJson 3.ToJsonString 4.ToJsonIndent 5.ToJsonIndentString 6.MustToJson 7.MustToJsonString 8.MustToJsonIndent 9.MustToJsonIndentString 10.ToXml 11.ToXmlString 12.ToXmlIndent 13.ToXmlIndentString 14.MustToXml 15.MustToXmlString 16.MustToXmlIndent 17.MustToXmlIndentString 18.ToYaml 19.ToYamlString 20.ToYamlIndent 21.MustToYaml 22.MustToYamlString 23.ToToml 24.ToTomlString 25.MustToToml 26.MustToTomlString 27.ToIni 28.ToIniString 29.MustToIni 30.MustToIniString 31.MarshalJSON 32.UnmarshalJSON 33.UnmarshalValue
2022-02-17 22:54:29 +08:00
.gitee gitee/github template update 2021-06-01 19:59:57 +08:00
.github CI update 2022-02-08 23:57:57 +08:00
cmd/gf cli update 2022-02-17 17:52:48 +08:00
container fix issue in UT cases for package gring 2022-02-16 15:31:01 +08:00
contrib fix issue #1537 2022-02-15 23:43:47 +08:00
crypto improve package gaes 2021-12-31 14:24:07 +08:00
database fix issue #1567 2022-02-16 01:12:22 +08:00
debug/gdebug improve package ghash 2022-01-13 21:31:23 +08:00
encoding Implemented gjson Example 2022-02-17 22:54:29 +08:00
errors improve package gcfg 2022-01-25 20:43:57 +08:00
example downgrade otel version from v1.3.0 to v1.0.0 2022-02-17 15:47:08 +08:00
frame fix issue #1605 2022-02-15 01:10:03 +08:00
i18n/gi18n add error stack for internal error printing 2022-01-28 14:51:49 +08:00
internal fix issue #1597 2022-02-17 11:46:35 +08:00
net README update 2022-02-17 17:15:09 +08:00
os cli update 2022-02-17 17:52:48 +08:00
protocol/goai improve package goai; add example for array items response definition 2022-02-16 15:28:40 +08:00
test/gtest add stack filter of goframe module path for logging content 2021-12-10 18:52:35 +08:00
text fix gstr.IsNumeric 2022-01-17 19:42:21 +08:00
util fix issue #1597 2022-02-17 11:46:35 +08:00
.gitattributes dev 2017-07-04 18:31:39 +08:00
.gitignore move gf cli and gdb drivers into gf repo. 2022-01-24 14:41:23 +08:00
.golangci.yml .golangci.yml updates 2021-11-16 21:25:14 +08:00
go.mod downgrade otel version from v1.3.0 to v1.0.0 2022-02-17 15:47:08 +08:00
go.sum downgrade otel version from v1.3.0 to v1.0.0 2022-02-17 15:47:08 +08:00
LICENSE remove reuseport in ghttp 2019-02-14 15:43:31 +08:00
README.MD Update Github Action badge 2022-02-02 11:18:22 +08:00
version.go README update 2022-01-24 15:50:15 +08:00

GoFrame

Go Doc GoFrame CI Go Report Code Coverage Production Ready License

GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.

Features

  • modular, loosely coupled design
  • rich components, out-of-the-box
  • automatic codes generating for efficiency
  • simple and easy to use, detailed documentation
  • interface designed components, with high scalability
  • fully supported tracing and error stack feature
  • specially developed and powerful ORM component
  • robust engineering design specifications
  • convenient development CLI tool provide
  • OpenTelemetry observability features support
  • OpenAPIV3 documentation generating, automatically
  • much, much more...ready to explore?

Installation

Enter your repo. directory and execute following command:

primary module

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

cli tool

go install github.com/gogf/gf/cmd/gf/v2

Limitation

golang version >= 1.15

Architecture

Documentation

License

GoFrame is licensed under the MIT License, 100% free and open-source, forever.

Part Of Users

We list part of the users here, if your company or products are using GoFrame, please let us know here.

Contributors

This project exists thanks to all the people who contribute. [Contributors].

Donators

If you love GoFrame, why not buy developer a cup of coffee?

Sponsors

We appreciate any kind of sponsorship for GoFrame development. If you've got some interesting, please contact WeChat 389961817 / Email john@goframe.org.

Thanks

JetBrains Atlassian