Skip to content

feat: add conversion method #4

feat: add conversion method

feat: add conversion method #4

Workflow file for this run

name: go
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Test
run: go test -v ./...