Find a file
Leon Mika c433e4bf53
All checks were successful
Build / build (push) Successful in 2m5s
Made undefined variables return an error
Previously undefined variables would be set to nil, which introduced subtle errors.
Changed this so that referencing an undefined variable will produce an error.
This behaviour can changed as part of the instance configuration by declaring a missing-var handler.
2025-01-28 09:25:52 +11:00
.forgejo/workflows Added CI/CD for pushing to feature branch 2024-09-05 22:01:05 +10:00
_docs Fixed a panic when not is called with a nil value 2025-01-28 08:54:48 +11:00
_site Started working on more package docs 2025-01-19 10:11:55 +11:00
cmd Added lists:batch and modified and and or to be useful to handling nil defaults 2025-01-26 09:36:16 +11:00
repl Started building out the site. 2025-01-18 16:02:35 +11:00
ucl Made undefined variables return an error 2025-01-28 09:25:52 +11:00
.gitignore Finished working on playground and added a CI/CD step 2024-04-26 10:31:41 +10:00
go.mod Started building out the site. 2025-01-18 16:02:35 +11:00
go.sum Started building out the site. 2025-01-18 16:02:35 +11:00
LICENSE.txt Added license 2024-04-27 10:17:53 +10:00
Makefile Started working on more package docs 2025-01-19 10:11:55 +11:00