Skip to content

Treat empty string as null for Int and Float data types #8

Treat empty string as null for Int and Float data types

Treat empty string as null for Int and Float data types #8

Workflow file for this run

name: Deploy
on: [push, pull_request]
jobs:
spin:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: go test -v -race -coverpkg=./... ./...