Skip to content

fix: in DataCommand store and return ResponseMessage after Close #4

fix: in DataCommand store and return ResponseMessage after Close

fix: in DataCommand store and return ResponseMessage after Close #4

Workflow file for this run

name: Testing
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go from go.mod
uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: go test -v ./...