Skip to content

x509 interface added #2

x509 interface added

x509 interface added #2

Workflow file for this run

name: go unit tests
on:
push:
paths:
- '**.go'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: build src binaries
run: go build cmd/tls.go