mirror of
https://github.com/MontFerret/ferret.git
synced 2025-11-25 22:01:39 +02:00
Feature/#8 datetime (#152)
This commit is contained in:
9
pkg/stdlib/datetime/lib.go
Normal file
9
pkg/stdlib/datetime/lib.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package datetime
|
||||
|
||||
import "github.com/MontFerret/ferret/pkg/runtime/core"
|
||||
|
||||
func NewLib() map[string]core.Function {
|
||||
return map[string]core.Function{
|
||||
"NOW": Now,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user