Adding Go Build and Test Workflow (#8) (#131)

* Create go.yml

* adding Build Status badge
This commit is contained in:
Gaukas Wang 2022-11-01 11:02:58 -06:00 committed by GitHub
parent 87abfdb24a
commit ca829f62b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# ![uTLS](logo_small.png) uTLS
<!-- ![Build Status](https://github.com/refraction-networking/utls/actions/workflows/go.yml/badge.svg?branch=master) -->
[![Build Status](https://github.com/refraction-networking/utls/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/refraction-networking/utls/actions)
[![godoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/refraction-networking/utls#UConn)
---
uTLS is a fork of "crypto/tls", which provides ClientHello fingerprinting resistance, low-level access to handshake, fake session tickets and some other features. Handshake is still performed by "crypto/tls", this library merely changes ClientHello part of it and provides low-level access.