1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-27 00:34:41 +01:00
liquid/values/docs.go
2017-08-08 16:42:32 -04:00

9 lines
456 B
Go

// Package values is an internal package that defines methods such as sorting, comparison, and type conversion, that apply to interface types.
//
// It is similar to, and makes heavy use of, the reflect package.
//
// Since the intent is to provide runtime services for the Liquid expression interpreter,
// this package does not implement "generic" generics.
// It attempts to implement Liquid semantics (which are largely Ruby semantics).
package values