chore(gonf): update dependencies
This commit is contained in:
parent
d51bc9a963
commit
f9ea84f0b9
4 changed files with 11 additions and 9 deletions
|
@ -23,6 +23,7 @@ type FileType int
|
|||
const (
|
||||
FILE = iota
|
||||
DIRECTORY
|
||||
// TODO symlink
|
||||
)
|
||||
|
||||
type FilePromise struct {
|
||||
|
|
|
@ -10,7 +10,8 @@ import (
|
|||
|
||||
var builtinTemplateFunctions = map[string]any{
|
||||
//"encodeURIQueryParameter": url.QueryEscape,
|
||||
"var": getVariable,
|
||||
"fact": isFact,
|
||||
"var": getVariable,
|
||||
}
|
||||
|
||||
func FilterSlice[T any](slice *[]T, predicate func(T) bool) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue