Skip to content

add meta for sender and receiver #48

add meta for sender and receiver

add meta for sender and receiver #48

Workflow file for this run

name: Go
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21
- uses: actions/checkout@v4
- run: |
go run github.com/ysmood/golangci-lint@latest
go test ./...