Skip to content

[DEV] fix : handling panic recovered on pubsubrouter #15

[DEV] fix : handling panic recovered on pubsubrouter

[DEV] fix : handling panic recovered on pubsubrouter #15

Workflow file for this run

name: pubsub router
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.18'
check-latest: true
cache: true
- run: go mod tidy && go build -o main example/main.go