Compare commits

..

2 Commits

Author SHA1 Message Date
12324ba60d v0.0.622 fix tests
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s
2026-01-09 07:01:41 +01:00
a032d09ea2 v0.0.621
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m34s
2026-01-08 23:04:46 +01:00
3 changed files with 5 additions and 3 deletions

View File

@@ -70,6 +70,8 @@ func Wrap(w *GinWrapper, fn WHandlerFunc) gin.HandlerFunc {
Strs("errors", g.Errors.Errors()). Strs("errors", g.Errors.Errors()).
Stack(). Stack().
Print(g) Print(g)
g.Status(500)
} }
} }
} }

View File

@@ -1,5 +1,5 @@
package goext package goext
const GoextVersion = "0.0.620" const GoextVersion = "0.0.622"
const GoextVersionTimestamp = "2026-01-08T23:03:55+0100" const GoextVersionTimestamp = "2026-01-09T07:01:41+0100"

View File

@@ -10,7 +10,7 @@ func TestSendSCN(t *testing.T) {
t.Skip() t.Skip()
return return
mr, err := New("TODO", "TODO"). mr, err := New("TODO").
Title("Hello Test"). Title("Hello Test").
Content("This is a test / goext"). Content("This is a test / goext").
Send(context.Background()) Send(context.Background())