Skip to content

chore: Remove unused entries() method from telegram struct #96

chore: Remove unused entries() method from telegram struct

chore: Remove unused entries() method from telegram struct #96

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
go: [ 1.19.x, 1.20.x ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test ./...