We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdeca22 commit 307ff1fCopy full SHA for 307ff1f
README.md
@@ -48,6 +48,15 @@ func main() {
48
e10adc3949ba59abbe56e057f20f883e
49
```
50
51
+## Golang Gin web framework example
52
+
53
+```go
54
+router := gin.Default()
55
56
+sohaFuncMap := soha.CreateFuncMap()
57
+router.SetFuncMap(sohaFuncMap)
58
+```
59
60
## SOHA Functions List
61
62
#### int
README_zh.md
@@ -47,6 +47,15 @@ func main() {
47
+## Golang Gin框架示例
## SOHA 可以使用的函数介绍
0 commit comments