improve templating

This commit is contained in:
mudler
2024-04-01 18:08:29 +02:00
parent 56ceedb4fb
commit fdb0585dcb
2 changed files with 11 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ import (
)
const testActionResult = "In Boston it's 30C today, it's sunny, and humidity is at 98%"
const testActionResult2 = "In milan it's very hot today"
const testActionResult2 = "In milan it's very hot today, it is 45C and the humidity is at 200%"
var _ Action = &TestAction{}