expr

package
v0.0.0-...-b4a68df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2026 License: MIT Imports: 29 Imported by: 0

README

expr

Builtins

  • len
type casting
  • int
  • float
  • string
math
  • min
  • max
strings
  • startswith
  • endswith
  • trim
  • upper
  • lower
fmt
  • print
  • printf
  • println
  • sprint
  • sprintf
  • sprintln
time
  • now
  • date
  • duration

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Eval

func Eval(s string, opts ...Option) (reflect.Value, error)

Types

type Expr

type Expr struct {
	// contains filtered or unexported fields
}

type Option

type Option func(*Expr)

func Env

func Env(env map[string]reflect.Value) Option

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL