We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580484c commit 04de1e0Copy full SHA for 04de1e0
docs/Getting-Started.md
@@ -74,8 +74,12 @@ func main() {
74
}
75
```
76
77
-You may use existing types. For example, an environment can be a struct. The
78
-struct fields can be renamed by adding struct tags such as `expr:"name"`.
+You may use existing types.
+
79
+For example, an environment can be a struct. And structs methods can be used as
80
+functions. Expr supports embedded structs and methods defines on them too.
81
82
+The struct fields can be renamed by adding struct tags such as `expr:"name"`.
83
84
```go
85
package main
0 commit comments