Skip to content

feat: adding uppercase #28

feat: adding uppercase

feat: adding uppercase #28

GitHub Actions / Go Test Results succeeded Jun 25, 2024 in 0s

21 passed, 0 failed and 0 skipped

Tests passed successfully

✅ .test/reports/unit-test.xml

21 tests were completed in 1s with 21 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
github.com/zeiss/go-transform 21✅ 1s

✅ github.com/zeiss/go-transform

✅ TestStruct/nil
✅ TestStruct/empty
✅ TestStruct/string
✅ TestStruct
✅ TestStructLowercase/nil
✅ TestStructLowercase/empty
✅ TestStructLowercase/string
✅ TestStructLowercase
✅ TestStructTrimRight/nil
✅ TestStructTrimRight/empty
✅ TestStructTrimRight/string
✅ TestStructTrimRight
✅ TestStructTrimLeft/nil
✅ TestStructTrimLeft/empty
✅ TestStructTrimLeft/string
✅ TestStructTrimLeft
✅ TestStructUppercase/nil
✅ TestStructUppercase/empty
✅ TestStructUppercase/string
✅ TestStructUppercase
✅ ExampleTransform