6 lines
60 B
Go
6 lines
60 B
Go
package builder
|
|
|
|
type Expression interface {
|
|
Build() any
|
|
}
|
package builder
|
|
|
|
type Expression interface {
|
|
Build() any
|
|
}
|