Skip to content

feat: log body go with password #21

feat: log body go with password

feat: log body go with password #21

Workflow file for this run

name: test
on:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: '1.20'
- name: Automated Testing
run: go test -v ./...