package
0.0.0-20240402095545-90fccff40fd1
Repository: https://github.com/hanwbcode/gobatis.git
Documentation: pkg.go.dev
# README
GOFastExpress 一个快速的表达式引擎
特性
- 非常简单的抽象语法树
- 尽可能使用强制类型转换代替反射,提高性能
- 参数可以为nil,可以判空,return的变量必须有值或者为nil,不为指针
- 支持语法
+
-
*
/
==
!=
>=
<=