Skip to content

1.修正注释描述,2.schedule新增调用方法,3.中间件RequestEntry更名为LogTrace #65

1.修正注释描述,2.schedule新增调用方法,3.中间件RequestEntry更名为LogTrace

1.修正注释描述,2.schedule新增调用方法,3.中间件RequestEntry更名为LogTrace #65

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...