A Lapis web application deploy program, written in Go!
Go to file
Noah c19cb14ade Don't trigger warning / error if configuration value is nil.
This makes getStringFromTable() and getIntFromTable() only return errors
if there's a type mismatch.

Example: 'name' should be a 'string'. If it's a number, an error is
triggered.
2024-04-15 15:14:09 -05:00
.gitignore Switch main configuration language to Lua (fix #28) 2024-03-27 11:26:10 -05:00
config.go Don't trigger warning / error if configuration value is nil. 2024-04-15 15:14:09 -05:00
deploy_error.go Store circle emoji in a map (fix #34) 2024-04-12 11:19:43 -05:00
go.mod Switch main configuration language to Lua (fix #28) 2024-03-27 11:26:10 -05:00
go.sum Switch main configuration language to Lua (fix #28) 2024-03-27 11:26:10 -05:00
main.go Store circle emoji in a map (fix #34) 2024-04-12 11:19:43 -05:00
matrix_commands.go Store circle emoji in a map (fix #34) 2024-04-12 11:19:43 -05:00
matrix.go Remove extra spacing from matrix error message 2024-04-12 11:21:41 -05:00
README.md Init commit 2024-03-07 15:11:25 -06:00
site.go Store circle emoji in a map (fix #34) 2024-04-12 11:19:43 -05:00

LapisDeploy

Lapis web application deployment program, written in Go!