Skip to content

Replace herolog with slog and add the inline subscription feature #20

Replace herolog with slog and add the inline subscription feature

Replace herolog with slog and add the inline subscription feature #20

Workflow file for this run

name: Go package
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: go build ./...
- name: Test
run: go test ./...